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/map/amap | |
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/map/amap')
-rw-r--r-- | src/map/amap/amapCore.c | 2 | ||||
-rw-r--r-- | src/map/amap/amapInt.h | 2 | ||||
-rw-r--r-- | src/map/amap/amapParse.c | 4 | ||||
-rw-r--r-- | src/map/amap/amapPerm.c | 2 | ||||
-rw-r--r-- | src/map/amap/amapRead.c | 2 | ||||
-rw-r--r-- | src/map/amap/amapRule.c | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/map/amap/amapCore.c b/src/map/amap/amapCore.c index 507dcc5e..c4ae817a 100644 --- a/src/map/amap/amapCore.c +++ b/src/map/amap/amapCore.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "amapInt.h" -#include "src/base/main/main.h" +#include "base/main/main.h" ABC_NAMESPACE_IMPL_START diff --git a/src/map/amap/amapInt.h b/src/map/amap/amapInt.h index 86e3e18f..a9a593c0 100644 --- a/src/map/amap/amapInt.h +++ b/src/map/amap/amapInt.h @@ -26,7 +26,7 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/aig/aig/aig.h" +#include "aig/aig/aig.h" #include "amap.h" //////////////////////////////////////////////////////////////////////// diff --git a/src/map/amap/amapParse.c b/src/map/amap/amapParse.c index 2242fa7a..d81411bc 100644 --- a/src/map/amap/amapParse.c +++ b/src/map/amap/amapParse.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "amapInt.h" -#include "src/aig/hop/hop.h" -#include "src/bool/kit/kit.h" +#include "aig/hop/hop.h" +#include "bool/kit/kit.h" ABC_NAMESPACE_IMPL_START diff --git a/src/map/amap/amapPerm.c b/src/map/amap/amapPerm.c index 1ba91890..9a3cf4a8 100644 --- a/src/map/amap/amapPerm.c +++ b/src/map/amap/amapPerm.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "amapInt.h" -#include "src/bool/kit/kit.h" +#include "bool/kit/kit.h" ABC_NAMESPACE_IMPL_START diff --git a/src/map/amap/amapRead.c b/src/map/amap/amapRead.c index 471438d5..bf308c08 100644 --- a/src/map/amap/amapRead.c +++ b/src/map/amap/amapRead.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "amapInt.h" -#include "src/base/io/ioAbc.h" +#include "base/io/ioAbc.h" ABC_NAMESPACE_IMPL_START diff --git a/src/map/amap/amapRule.c b/src/map/amap/amapRule.c index 78016f4f..772c346d 100644 --- a/src/map/amap/amapRule.c +++ b/src/map/amap/amapRule.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "amapInt.h" -#include "src/bool/kit/kit.h" +#include "bool/kit/kit.h" ABC_NAMESPACE_IMPL_START |