summaryrefslogtreecommitdiffstats
path: root/src/proof/ssw
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
commit1c33107cbb50705272682c2637d8faaeab4be61a (patch)
tree188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/proof/ssw
parentb0ef0aaf0055d35f3836be18997dfd350e36054d (diff)
downloadabc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz
abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2
abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/proof/ssw')
-rw-r--r--src/proof/ssw/sswConstr.c4
-rw-r--r--src/proof/ssw/sswDyn.c2
-rw-r--r--src/proof/ssw/sswFilter.c2
-rw-r--r--src/proof/ssw/sswInt.h6
-rw-r--r--src/proof/ssw/sswPart.c2
-rw-r--r--src/proof/ssw/sswRarity.c4
-rw-r--r--src/proof/ssw/sswRarity2.c2
-rw-r--r--src/proof/ssw/sswSweep.c2
8 files changed, 12 insertions, 12 deletions
diff --git a/src/proof/ssw/sswConstr.c b/src/proof/ssw/sswConstr.c
index 5459aa72..2612191d 100644
--- a/src/proof/ssw/sswConstr.c
+++ b/src/proof/ssw/sswConstr.c
@@ -19,8 +19,8 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/sat/cnf/cnf.h"
-#include "src/misc/bar/bar.h"
+#include "sat/cnf/cnf.h"
+#include "misc/bar/bar.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/ssw/sswDyn.c b/src/proof/ssw/sswDyn.c
index 760f457a..96f1315b 100644
--- a/src/proof/ssw/sswDyn.c
+++ b/src/proof/ssw/sswDyn.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/misc/bar/bar.h"
+#include "misc/bar/bar.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/ssw/sswFilter.c b/src/proof/ssw/sswFilter.c
index 3fff79bb..047e2201 100644
--- a/src/proof/ssw/sswFilter.c
+++ b/src/proof/ssw/sswFilter.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/aig/gia/giaAig.h"
+#include "aig/gia/giaAig.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/ssw/sswInt.h b/src/proof/ssw/sswInt.h
index 8749cec1..1edf2087 100644
--- a/src/proof/ssw/sswInt.h
+++ b/src/proof/ssw/sswInt.h
@@ -26,10 +26,10 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/aig/saig/saig.h"
-#include "src/sat/bsat/satSolver.h"
+#include "aig/saig/saig.h"
+#include "sat/bsat/satSolver.h"
#include "ssw.h"
-#include "src/aig/ioa/ioa.h"
+#include "aig/ioa/ioa.h"
////////////////////////////////////////////////////////////////////////
/// PARAMETERS ///
diff --git a/src/proof/ssw/sswPart.c b/src/proof/ssw/sswPart.c
index 22340779..78ddbc5c 100644
--- a/src/proof/ssw/sswPart.c
+++ b/src/proof/ssw/sswPart.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/aig/ioa/ioa.h"
+#include "aig/ioa/ioa.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/ssw/sswRarity.c b/src/proof/ssw/sswRarity.c
index 7048927f..01715e7d 100644
--- a/src/proof/ssw/sswRarity.c
+++ b/src/proof/ssw/sswRarity.c
@@ -19,8 +19,8 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/aig/gia/giaAig.h"
-#include "src/base/main/main.h"
+#include "aig/gia/giaAig.h"
+#include "base/main/main.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/ssw/sswRarity2.c b/src/proof/ssw/sswRarity2.c
index 1d93de60..6a67dea6 100644
--- a/src/proof/ssw/sswRarity2.c
+++ b/src/proof/ssw/sswRarity2.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/aig/gia/giaAig.h"
+#include "aig/gia/giaAig.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/ssw/sswSweep.c b/src/proof/ssw/sswSweep.c
index ab6952a2..b4ff44c2 100644
--- a/src/proof/ssw/sswSweep.c
+++ b/src/proof/ssw/sswSweep.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "sswInt.h"
-#include "src/misc/bar/bar.h"
+#include "misc/bar/bar.h"
ABC_NAMESPACE_IMPL_START