diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-07-07 20:14:12 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-07-07 20:14:12 -0700 |
commit | 1c33107cbb50705272682c2637d8faaeab4be61a (patch) | |
tree | 188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/proof/cec | |
parent | b0ef0aaf0055d35f3836be18997dfd350e36054d (diff) | |
download | abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2 abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip |
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/proof/cec')
-rw-r--r-- | src/proof/cec/cecCec.c | 4 | ||||
-rw-r--r-- | src/proof/cec/cecChoice.c | 4 | ||||
-rw-r--r-- | src/proof/cec/cecInt.h | 6 | ||||
-rw-r--r-- | src/proof/cec/cecSynth.c | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/proof/cec/cecCec.c b/src/proof/cec/cecCec.c index 841b6a0b..30c930a0 100644 --- a/src/proof/cec/cecCec.c +++ b/src/proof/cec/cecCec.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "cecInt.h" -#include "src/proof/fra/fra.h" -#include "src/aig/gia/giaAig.h" +#include "proof/fra/fra.h" +#include "aig/gia/giaAig.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/cec/cecChoice.c b/src/proof/cec/cecChoice.c index 05b372f8..b18a545f 100644 --- a/src/proof/cec/cecChoice.c +++ b/src/proof/cec/cecChoice.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "cecInt.h" -#include "src/aig/gia/giaAig.h" -#include "src/proof/dch/dch.h" +#include "aig/gia/giaAig.h" +#include "proof/dch/dch.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/cec/cecInt.h b/src/proof/cec/cecInt.h index 8d9fe472..36ff3483 100644 --- a/src/proof/cec/cecInt.h +++ b/src/proof/cec/cecInt.h @@ -26,9 +26,9 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/sat/bsat/satSolver.h" -#include "src/misc/bar/bar.h" -#include "src/aig/gia/gia.h" +#include "sat/bsat/satSolver.h" +#include "misc/bar/bar.h" +#include "aig/gia/gia.h" #include "cec.h" //////////////////////////////////////////////////////////////////////// diff --git a/src/proof/cec/cecSynth.c b/src/proof/cec/cecSynth.c index b13b5204..6fc991a8 100644 --- a/src/proof/cec/cecSynth.c +++ b/src/proof/cec/cecSynth.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "cecInt.h" -#include "src/aig/gia/giaAig.h" +#include "aig/gia/giaAig.h" ABC_NAMESPACE_IMPL_START |