summaryrefslogtreecommitdiffstats
path: root/src/proof/int/intInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/int/intInt.h')
-rw-r--r--src/proof/int/intInt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/proof/int/intInt.h b/src/proof/int/intInt.h
index ec2a0356..b7f7a2a7 100644
--- a/src/proof/int/intInt.h
+++ b/src/proof/int/intInt.h
@@ -26,10 +26,10 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/aig/saig/saig.h"
-#include "src/sat/cnf/cnf.h"
-#include "src/sat/bsat/satSolver.h"
-#include "src/sat/bsat/satStore.h"
+#include "aig/saig/saig.h"
+#include "sat/cnf/cnf.h"
+#include "sat/bsat/satSolver.h"
+#include "sat/bsat/satStore.h"
#include "int.h"
////////////////////////////////////////////////////////////////////////