summaryrefslogtreecommitdiffstats
path: root/src/proof/int
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/int
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/int')
-rw-r--r--src/proof/int/intContain.c4
-rw-r--r--src/proof/int/intCtrex.c2
-rw-r--r--src/proof/int/intInt.h8
-rw-r--r--src/proof/int/intM114p.c2
-rw-r--r--src/proof/int/intMan.c2
5 files changed, 9 insertions, 9 deletions
diff --git a/src/proof/int/intContain.c b/src/proof/int/intContain.c
index a031c7a4..8ed6624d 100644
--- a/src/proof/int/intContain.c
+++ b/src/proof/int/intContain.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "intInt.h"
-#include "src/proof/fra/fra.h"
+#include "proof/fra/fra.h"
ABC_NAMESPACE_IMPL_START
@@ -245,7 +245,7 @@ int Inter_ManCheckInductiveContainment( Aig_Man_t * pTrans, Aig_Man_t * pInter,
}
ABC_NAMESPACE_IMPL_END
-#include "src/proof/fra/fra.h"
+#include "proof/fra/fra.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/proof/int/intCtrex.c b/src/proof/int/intCtrex.c
index 840ae75d..9b2946e9 100644
--- a/src/proof/int/intCtrex.c
+++ b/src/proof/int/intCtrex.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "intInt.h"
-#include "src/proof/ssw/ssw.h"
+#include "proof/ssw/ssw.h"
ABC_NAMESPACE_IMPL_START
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"
////////////////////////////////////////////////////////////////////////
diff --git a/src/proof/int/intM114p.c b/src/proof/int/intM114p.c
index ad1ff61d..4f27ee82 100644
--- a/src/proof/int/intM114p.c
+++ b/src/proof/int/intM114p.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "intInt.h"
-#include "src/sat/psat/m114p.h"
+#include "sat/psat/m114p.h"
#ifdef ABC_USE_LIBRARIES
diff --git a/src/proof/int/intMan.c b/src/proof/int/intMan.c
index 6fd81d7a..e419da86 100644
--- a/src/proof/int/intMan.c
+++ b/src/proof/int/intMan.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "intInt.h"
-#include "src/aig/ioa/ioa.h"
+#include "aig/ioa/ioa.h"
ABC_NAMESPACE_IMPL_START