summaryrefslogtreecommitdiffstats
path: root/src/opt/cgt/cgtInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/cgt/cgtInt.h')
-rw-r--r--src/opt/cgt/cgtInt.h6
1 files changed, 3 insertions, 3 deletions
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"
////////////////////////////////////////////////////////////////////////