summaryrefslogtreecommitdiffstats
path: root/src/opt/cgt
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/cgt')
-rw-r--r--src/opt/cgt/cgtCore.c2
-rw-r--r--src/opt/cgt/cgtDecide.c2
-rw-r--r--src/opt/cgt/cgtInt.h6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/opt/cgt/cgtCore.c b/src/opt/cgt/cgtCore.c
index 82f4e105..a24b180b 100644
--- a/src/opt/cgt/cgtCore.c
+++ b/src/opt/cgt/cgtCore.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "cgtInt.h"
-#include "src/misc/bar/bar.h"
+#include "misc/bar/bar.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/opt/cgt/cgtDecide.c b/src/opt/cgt/cgtDecide.c
index 4e4a57b1..63730f55 100644
--- a/src/opt/cgt/cgtDecide.c
+++ b/src/opt/cgt/cgtDecide.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "cgtInt.h"
-#include "src/proof/ssw/sswInt.h"
+#include "proof/ssw/sswInt.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/opt/cgt/cgtInt.h b/src/opt/cgt/cgtInt.h
index 78c27224..b73d60dd 100644
--- a/src/opt/cgt/cgtInt.h
+++ b/src/opt/cgt/cgtInt.h
@@ -26,9 +26,9 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/aig/saig/saig.h"
-#include "src/sat/bsat/satSolver.h"
-#include "src/sat/cnf/cnf.h"
+#include "aig/saig/saig.h"
+#include "sat/bsat/satSolver.h"
+#include "sat/cnf/cnf.h"
#include "cgt.h"
////////////////////////////////////////////////////////////////////////