aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-14 10:29:27 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-14 10:29:27 -0700
commit1656c44373dbf7375c068d5626e38a76b5a83c4d (patch)
treec41bf6eb69f60710f742980504755bb6777b3574 /backends
parent751e640c1db45f27a530738230b601417c2f2cdb (diff)
downloadyosys-1656c44373dbf7375c068d5626e38a76b5a83c4d.tar.gz
yosys-1656c44373dbf7375c068d5626e38a76b5a83c4d.tar.bz2
yosys-1656c44373dbf7375c068d5626e38a76b5a83c4d.zip
Cleanup
Diffstat (limited to 'backends')
-rw-r--r--backends/aiger/xaiger.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc
index bba0ec713..daefd3a73 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -20,7 +20,6 @@
#include "kernel/yosys.h"
#include "kernel/sigtools.h"
-#include "kernel/celltypes.h"
#include "kernel/utils.h"
USING_YOSYS_NAMESPACE