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/opt/fxu/fxu.h | 2 +- src/opt/fxu/fxuInt.h | 2 +- src/opt/fxu/fxuReduce.c | 2 +- src/opt/fxu/fxuSingle.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/opt/fxu') 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 -- cgit v1.2.3