Remove unneeded include
authorEddie Hung <eddie@fpgeh.com>
Thu, 27 Jun 2019 18:20:40 +0000 (11:20 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 27 Jun 2019 18:20:40 +0000 (11:20 -0700)
frontends/aiger/aigerparse.cc

index efd2654642acbbe3642ece36fae794c6a50ce374..43337f4c25e1a7b816147cc67a7afb67916bfe7b 100644 (file)
@@ -22,9 +22,6 @@
 // Armin Biere. The AIGER And-Inverter Graph (AIG) Format Version 20071012. Technical Report 07/1, October 2011, FMV Reports Series, Institute for Formal Models and Verification, Johannes Kepler University, Altenbergerstr. 69, 4040 Linz, Austria.
 // http://fmv.jku.at/papers/Biere-FMV-TR-07-1.pdf
 
-#ifdef _WIN32
-#include <libgen.h>
-#endif
 // https://stackoverflow.com/a/46137633
 #ifdef _MSC_VER
 #include <stdlib.h>