summaryrefslogtreecommitdiffstats
path: root/src/proof/dch
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/dch')
-rw-r--r--src/proof/dch/dchInt.h4
-rw-r--r--src/proof/dch/dchSweep.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/proof/dch/dchInt.h b/src/proof/dch/dchInt.h
index b22834cf..05f4271d 100644
--- a/src/proof/dch/dchInt.h
+++ b/src/proof/dch/dchInt.h
@@ -26,8 +26,8 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/aig/aig/aig.h"
-#include "src/sat/bsat/satSolver.h"
+#include "aig/aig/aig.h"
+#include "sat/bsat/satSolver.h"
#include "dch.h"
////////////////////////////////////////////////////////////////////////
diff --git a/src/proof/dch/dchSweep.c b/src/proof/dch/dchSweep.c
index dafab06e..f807b638 100644
--- a/src/proof/dch/dchSweep.c
+++ b/src/proof/dch/dchSweep.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "dchInt.h"
-#include "src/misc/bar/bar.h"
+#include "misc/bar/bar.h"
ABC_NAMESPACE_IMPL_START