summaryrefslogtreecommitdiffstats
path: root/src/bool/bdc
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
commit1c33107cbb50705272682c2637d8faaeab4be61a (patch)
tree188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/bool/bdc
parentb0ef0aaf0055d35f3836be18997dfd350e36054d (diff)
downloadabc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz
abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2
abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/bool/bdc')
-rw-r--r--src/bool/bdc/bdcInt.h2
-rw-r--r--src/bool/bdc/bdcSpfd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bool/bdc/bdcInt.h b/src/bool/bdc/bdcInt.h
index cca10957..da6cce5a 100644
--- a/src/bool/bdc/bdcInt.h
+++ b/src/bool/bdc/bdcInt.h
@@ -26,7 +26,7 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/bool/kit/kit.h"
+#include "bool/kit/kit.h"
#include "bdc.h"
////////////////////////////////////////////////////////////////////////
diff --git a/src/bool/bdc/bdcSpfd.c b/src/bool/bdc/bdcSpfd.c
index 1695cf2c..22efc8a9 100644
--- a/src/bool/bdc/bdcSpfd.c
+++ b/src/bool/bdc/bdcSpfd.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "bdcInt.h"
-#include "src/aig/aig/aig.h"
+#include "aig/aig/aig.h"
ABC_NAMESPACE_IMPL_START