From 1c33107cbb50705272682c2637d8faaeab4be61a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 7 Jul 2012 20:14:12 -0700 Subject: Updating project settings to have simpler include paths. --- src/proof/ssw/sswConstr.c | 4 ++-- src/proof/ssw/sswDyn.c | 2 +- src/proof/ssw/sswFilter.c | 2 +- src/proof/ssw/sswInt.h | 6 +++--- src/proof/ssw/sswPart.c | 2 +- src/proof/ssw/sswRarity.c | 4 ++-- src/proof/ssw/sswRarity2.c | 2 +- src/proof/ssw/sswSweep.c | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/proof/ssw') diff --git a/src/proof/ssw/sswConstr.c b/src/proof/ssw/sswConstr.c index 5459aa72..2612191d 100644 --- a/src/proof/ssw/sswConstr.c +++ b/src/proof/ssw/sswConstr.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/sat/cnf/cnf.h" -#include "src/misc/bar/bar.h" +#include "sat/cnf/cnf.h" +#include "misc/bar/bar.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/ssw/sswDyn.c b/src/proof/ssw/sswDyn.c index 760f457a..96f1315b 100644 --- a/src/proof/ssw/sswDyn.c +++ b/src/proof/ssw/sswDyn.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/misc/bar/bar.h" +#include "misc/bar/bar.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/ssw/sswFilter.c b/src/proof/ssw/sswFilter.c index 3fff79bb..047e2201 100644 --- a/src/proof/ssw/sswFilter.c +++ b/src/proof/ssw/sswFilter.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/aig/gia/giaAig.h" +#include "aig/gia/giaAig.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/ssw/sswInt.h b/src/proof/ssw/sswInt.h index 8749cec1..1edf2087 100644 --- a/src/proof/ssw/sswInt.h +++ b/src/proof/ssw/sswInt.h @@ -26,10 +26,10 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/aig/saig/saig.h" -#include "src/sat/bsat/satSolver.h" +#include "aig/saig/saig.h" +#include "sat/bsat/satSolver.h" #include "ssw.h" -#include "src/aig/ioa/ioa.h" +#include "aig/ioa/ioa.h" //////////////////////////////////////////////////////////////////////// /// PARAMETERS /// diff --git a/src/proof/ssw/sswPart.c b/src/proof/ssw/sswPart.c index 22340779..78ddbc5c 100644 --- a/src/proof/ssw/sswPart.c +++ b/src/proof/ssw/sswPart.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/aig/ioa/ioa.h" +#include "aig/ioa/ioa.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/ssw/sswRarity.c b/src/proof/ssw/sswRarity.c index 7048927f..01715e7d 100644 --- a/src/proof/ssw/sswRarity.c +++ b/src/proof/ssw/sswRarity.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/aig/gia/giaAig.h" -#include "src/base/main/main.h" +#include "aig/gia/giaAig.h" +#include "base/main/main.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/ssw/sswRarity2.c b/src/proof/ssw/sswRarity2.c index 1d93de60..6a67dea6 100644 --- a/src/proof/ssw/sswRarity2.c +++ b/src/proof/ssw/sswRarity2.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/aig/gia/giaAig.h" +#include "aig/gia/giaAig.h" ABC_NAMESPACE_IMPL_START diff --git a/src/proof/ssw/sswSweep.c b/src/proof/ssw/sswSweep.c index ab6952a2..b4ff44c2 100644 --- a/src/proof/ssw/sswSweep.c +++ b/src/proof/ssw/sswSweep.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/misc/bar/bar.h" +#include "misc/bar/bar.h" ABC_NAMESPACE_IMPL_START -- cgit v1.2.3