diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-21 14:27:32 -0800 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-21 14:27:32 -0800 |
commit | 3307295488ee51db20f4a5d911221a1ebc3b8254 (patch) | |
tree | c3af99e2b8efaad1dca96e519de025411e96feb0 /passes | |
parent | 6ccaf250df044d935e86ed2fb5bda71e9b932773 (diff) | |
parent | d3ba1f97193fe55a58fcddd4b3bbc5c5ba15eea2 (diff) | |
download | yosys-3307295488ee51db20f4a5d911221a1ebc3b8254.tar.gz yosys-3307295488ee51db20f4a5d911221a1ebc3b8254.tar.bz2 yosys-3307295488ee51db20f4a5d911221a1ebc3b8254.zip |
Merge branch 'read_aiger' into xaig
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/abc.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index b215b1ea4..d2d15a4a9 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -52,8 +52,6 @@ #include <cerrno> #include <sstream> #include <climits> -#include <array> -#include <functional> #ifndef _WIN32 # include <unistd.h> |