diff options
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 |