summaryrefslogtreecommitdiffstats
path: root/src/opt/fxu
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/fxu')
-rw-r--r--src/opt/fxu/fxu.h2
-rw-r--r--src/opt/fxu/fxuInt.h2
-rw-r--r--src/opt/fxu/fxuReduce.c2
-rw-r--r--src/opt/fxu/fxuSingle.c2
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