summaryrefslogtreecommitdiffstats
path: root/src/bool/bdc
diff options
context:
space:
mode:
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