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/fraig/fraigInt.h | 4 ++-- src/proof/fraig/fraigSat.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/proof/fraig') diff --git a/src/proof/fraig/fraigInt.h b/src/proof/fraig/fraigInt.h index 1ff8727e..bcd745d1 100644 --- a/src/proof/fraig/fraigInt.h +++ b/src/proof/fraig/fraigInt.h @@ -29,9 +29,9 @@ #include #include -#include "src/misc/util/abc_global.h" +#include "misc/util/abc_global.h" #include "fraig.h" -#include "src/sat/msat/msat.h" +#include "sat/msat/msat.h" ABC_NAMESPACE_HEADER_START diff --git a/src/proof/fraig/fraigSat.c b/src/proof/fraig/fraigSat.c index 7a11c072..fb3f1fec 100644 --- a/src/proof/fraig/fraigSat.c +++ b/src/proof/fraig/fraigSat.c @@ -18,7 +18,7 @@ #include #include "fraigInt.h" -#include "src/sat/msat/msatInt.h" +#include "sat/msat/msatInt.h" ABC_NAMESPACE_IMPL_START -- cgit v1.2.3