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/pdr | |
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/pdr')
-rw-r--r-- | src/proof/pdr/pdrInt.h | 6 | ||||
-rw-r--r-- | src/proof/pdr/pdrInv.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/proof/pdr/pdrInt.h b/src/proof/pdr/pdrInt.h index a1432e6c..f24cb81d 100644 --- a/src/proof/pdr/pdrInt.h +++ b/src/proof/pdr/pdrInt.h @@ -25,9 +25,9 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/aig/saig/saig.h" -#include "src/sat/cnf/cnf.h" -#include "src/sat/bsat/satSolver.h" +#include "aig/saig/saig.h" +#include "sat/cnf/cnf.h" +#include "sat/bsat/satSolver.h" #include "pdr.h" ABC_NAMESPACE_HEADER_START diff --git a/src/proof/pdr/pdrInv.c b/src/proof/pdr/pdrInv.c index f9b4a55d..4b096e1b 100644 --- a/src/proof/pdr/pdrInv.c +++ b/src/proof/pdr/pdrInv.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "pdrInt.h" -#include "src/base/abc/abc.h" // for Abc_NtkCollectCioNames() -#include "src/base/main/main.h" // for Abc_FrameReadGlobalFrame() +#include "base/abc/abc.h" // for Abc_NtkCollectCioNames() +#include "base/main/main.h" // for Abc_FrameReadGlobalFrame() ABC_NAMESPACE_IMPL_START |