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/fxu | |
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/fxu')
-rw-r--r-- | src/opt/fxu/fxu.h | 2 | ||||
-rw-r--r-- | src/opt/fxu/fxuInt.h | 2 | ||||
-rw-r--r-- | src/opt/fxu/fxuReduce.c | 2 | ||||
-rw-r--r-- | src/opt/fxu/fxuSingle.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/opt/fxu/fxu.h b/src/opt/fxu/fxu.h index 28856c28..822536a2 100644 --- a/src/opt/fxu/fxu.h +++ b/src/opt/fxu/fxu.h @@ -24,7 +24,7 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/misc/vec/vec.h" +#include "misc/vec/vec.h" //////////////////////////////////////////////////////////////////////// /// PARAMETERS /// diff --git a/src/opt/fxu/fxuInt.h b/src/opt/fxu/fxuInt.h index 1ca081c9..b68f9ea6 100644 --- a/src/opt/fxu/fxuInt.h +++ b/src/opt/fxu/fxuInt.h @@ -24,7 +24,7 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/base/abc/abc.h" +#include "base/abc/abc.h" ABC_NAMESPACE_HEADER_START diff --git a/src/opt/fxu/fxuReduce.c b/src/opt/fxu/fxuReduce.c index f9d88f7a..b8640158 100644 --- a/src/opt/fxu/fxuReduce.c +++ b/src/opt/fxu/fxuReduce.c @@ -16,7 +16,7 @@ ***********************************************************************/ -#include "src/base/abc/abc.h" +#include "base/abc/abc.h" #include "fxuInt.h" #include "fxu.h" diff --git a/src/opt/fxu/fxuSingle.c b/src/opt/fxu/fxuSingle.c index e4fd0c5c..615a3639 100644 --- a/src/opt/fxu/fxuSingle.c +++ b/src/opt/fxu/fxuSingle.c @@ -17,7 +17,7 @@ ***********************************************************************/ #include "fxuInt.h" -#include "src/misc/vec/vec.h" +#include "misc/vec/vec.h" ABC_NAMESPACE_IMPL_START |