summaryrefslogtreecommitdiffstats
path: root/src/sat/bsat
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/bsat')
-rw-r--r--src/sat/bsat/satInterA.c2
-rw-r--r--src/sat/bsat/satInterB.c2
-rw-r--r--src/sat/bsat/satInterP.c2
-rw-r--r--src/sat/bsat/satMem.h2
-rw-r--r--src/sat/bsat/satProof.c6
-rw-r--r--src/sat/bsat/satSolver.h2
-rw-r--r--src/sat/bsat/satSolver2.h2
-rw-r--r--src/sat/bsat/satTruth.c2
-rw-r--r--src/sat/bsat/satTruth.h2
-rw-r--r--src/sat/bsat/satVec.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/src/sat/bsat/satInterA.c b/src/sat/bsat/satInterA.c
index 8b2ef8b7..39385026 100644
--- a/src/sat/bsat/satInterA.c
+++ b/src/sat/bsat/satInterA.c
@@ -24,7 +24,7 @@
#include <assert.h>
#include "satStore.h"
-#include "src/aig/aig/aig.h"
+#include "aig/aig/aig.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satInterB.c b/src/sat/bsat/satInterB.c
index 5a154aa0..3f7cbf4c 100644
--- a/src/sat/bsat/satInterB.c
+++ b/src/sat/bsat/satInterB.c
@@ -24,7 +24,7 @@
#include <assert.h>
#include "satStore.h"
-#include "src/aig/aig/aig.h"
+#include "aig/aig/aig.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satInterP.c b/src/sat/bsat/satInterP.c
index 2e3caeeb..ebcdc82f 100644
--- a/src/sat/bsat/satInterP.c
+++ b/src/sat/bsat/satInterP.c
@@ -24,7 +24,7 @@
#include <assert.h>
#include "satStore.h"
-#include "src/misc/vec/vec.h"
+#include "misc/vec/vec.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satMem.h b/src/sat/bsat/satMem.h
index 9dc9e692..f27f7c1e 100644
--- a/src/sat/bsat/satMem.h
+++ b/src/sat/bsat/satMem.h
@@ -25,7 +25,7 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satProof.c b/src/sat/bsat/satProof.c
index f7e08592..ca8f3716 100644
--- a/src/sat/bsat/satProof.c
+++ b/src/sat/bsat/satProof.c
@@ -19,9 +19,9 @@
***********************************************************************/
#include "satSolver2.h"
-#include "src/misc/vec/vec.h"
-#include "src/misc/vec/vecSet.h"
-#include "src/aig/aig/aig.h"
+#include "misc/vec/vec.h"
+#include "misc/vec/vecSet.h"
+#include "aig/aig/aig.h"
#include "satTruth.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satSolver.h b/src/sat/bsat/satSolver.h
index 62ad5e0c..cb9e5c39 100644
--- a/src/sat/bsat/satSolver.h
+++ b/src/sat/bsat/satSolver.h
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <assert.h>
#include "satVec.h"
-#include "src/misc/vec/vecSet.h"
+#include "misc/vec/vecSet.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satSolver2.h b/src/sat/bsat/satSolver2.h
index ffab91be..d1179422 100644
--- a/src/sat/bsat/satSolver2.h
+++ b/src/sat/bsat/satSolver2.h
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <assert.h>
#include "satVec.h"
-#include "src/misc/vec/vecSet.h"
+#include "misc/vec/vecSet.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satTruth.c b/src/sat/bsat/satTruth.c
index b2e7dda9..306887a1 100644
--- a/src/sat/bsat/satTruth.c
+++ b/src/sat/bsat/satTruth.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "satTruth.h"
-#include "src/misc/vec/vecSet.h"
+#include "misc/vec/vecSet.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satTruth.h b/src/sat/bsat/satTruth.h
index dcbf6526..d44bf617 100644
--- a/src/sat/bsat/satTruth.h
+++ b/src/sat/bsat/satTruth.h
@@ -29,7 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satVec.h b/src/sat/bsat/satVec.h
index 61a45ca7..27eed39a 100644
--- a/src/sat/bsat/satVec.h
+++ b/src/sat/bsat/satVec.h
@@ -22,7 +22,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#ifndef ABC__sat__bsat__satVec_h
#define ABC__sat__bsat__satVec_h
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_HEADER_START