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