diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-17 20:59:15 -0800 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-17 20:59:15 -0800 |
commit | de1dc7947b3d4bfc4e611740a906915a0c2490b0 (patch) | |
tree | 8628d1df76a74920ffaff038e4785a946afc20ef | |
parent | 3af8d420c59b84d51f7c833a685881de171456ae (diff) | |
download | yosys-de1dc7947b3d4bfc4e611740a906915a0c2490b0.tar.gz yosys-de1dc7947b3d4bfc4e611740a906915a0c2490b0.tar.bz2 yosys-de1dc7947b3d4bfc4e611740a906915a0c2490b0.zip |
Revert "Missing headers for Xcode?"
This reverts commit c23e3f07517d4818d9ab1b532250353492cf50c2.
-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> |