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/opt/rwt | |
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/opt/rwt')
-rw-r--r-- | src/opt/rwt/rwt.h | 6 | ||||
-rw-r--r-- | src/opt/rwt/rwtDec.c | 2 | ||||
-rw-r--r-- | src/opt/rwt/rwtMan.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/opt/rwt/rwt.h b/src/opt/rwt/rwt.h index 2e6de2cd..ff00cf52 100644 --- a/src/opt/rwt/rwt.h +++ b/src/opt/rwt/rwt.h @@ -31,9 +31,9 @@ #include <string.h> #include <assert.h> -#include "src/misc/vec/vec.h" -#include "src/misc/extra/extra.h" -#include "src/misc/mem/mem.h" +#include "misc/vec/vec.h" +#include "misc/extra/extra.h" +#include "misc/mem/mem.h" //////////////////////////////////////////////////////////////////////// /// PARAMETERS /// diff --git a/src/opt/rwt/rwtDec.c b/src/opt/rwt/rwtDec.c index 82283a91..bc5bcad2 100644 --- a/src/opt/rwt/rwtDec.c +++ b/src/opt/rwt/rwtDec.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "rwt.h" -#include "src/bool/deco/deco.h" +#include "bool/deco/deco.h" ABC_NAMESPACE_IMPL_START diff --git a/src/opt/rwt/rwtMan.c b/src/opt/rwt/rwtMan.c index 17799407..18998ac8 100644 --- a/src/opt/rwt/rwtMan.c +++ b/src/opt/rwt/rwtMan.c @@ -19,7 +19,7 @@ ***********************************************************************/ #include "rwt.h" -#include "src/bool/deco/deco.h" +#include "bool/deco/deco.h" ABC_NAMESPACE_IMPL_START |