summaryrefslogtreecommitdiffstats
path: root/src/opt/rwt
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/rwt')
-rw-r--r--src/opt/rwt/rwt.h6
-rw-r--r--src/opt/rwt/rwtDec.c2
-rw-r--r--src/opt/rwt/rwtMan.c2
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