summaryrefslogtreecommitdiffstats
path: root/src/base/main
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-08-24 20:55:07 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-08-24 20:55:07 -0700
commit9ef96ae8a652387dc9ddb843aa89d26ae2564a3d (patch)
tree7a8686752fb7d1abbe91553728f1677152d0c610 /src/base/main
parent99e3e3bc7e1132d032103c7904ed6a2f75f0f5db (diff)
downloadabc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.tar.gz
abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.tar.bz2
abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.zip
Changes to be able to compile ABC without CUDD.
Diffstat (limited to 'src/base/main')
-rw-r--r--src/base/main/mainFrame.c2
-rw-r--r--src/base/main/mainInt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/base/main/mainFrame.c b/src/base/main/mainFrame.c
index c91a5d55..b1aa79f7 100644
--- a/src/base/main/mainFrame.c
+++ b/src/base/main/mainFrame.c
@@ -24,7 +24,7 @@
#include "map/if/if.h"
#ifdef ABC_USE_CUDD
-#include "misc/extra/extraBdd.h"
+#include "bdd/extrab/extraBdd.h"
#endif
ABC_NAMESPACE_IMPL_START
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h
index baf3b82e..369b46f1 100644
--- a/src/base/main/mainInt.h
+++ b/src/base/main/mainInt.h
@@ -35,7 +35,7 @@
#include "proof/fra/fra.h"
#ifdef ABC_USE_CUDD
-#include "misc/extra/extraBdd.h"
+#include "bdd/extrab/extraBdd.h"
#endif
ABC_NAMESPACE_HEADER_START