summaryrefslogtreecommitdiffstats
path: root/src/map/super
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/super')
-rw-r--r--src/map/super/super.c4
-rw-r--r--src/map/super/superInt.h10
2 files changed, 7 insertions, 7 deletions
diff --git a/src/map/super/super.c b/src/map/super/super.c
index 7976958e..28fffa6e 100644
--- a/src/map/super/super.c
+++ b/src/map/super/super.c
@@ -17,8 +17,8 @@
***********************************************************************/
#include "superInt.h"
-#include "src/base/main/mainInt.h"
-#include "src/map/mio/mio.h"
+#include "base/main/mainInt.h"
+#include "map/mio/mio.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/map/super/superInt.h b/src/map/super/superInt.h
index 5df87fac..a808eb64 100644
--- a/src/map/super/superInt.h
+++ b/src/map/super/superInt.h
@@ -24,11 +24,11 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/base/abc/abc.h"
-#include "src/base/main/mainInt.h"
-#include "src/misc/mvc/mvc.h"
-#include "src/map/mio/mio.h"
-#include "src/misc/st/stmm.h"
+#include "base/abc/abc.h"
+#include "base/main/mainInt.h"
+#include "misc/mvc/mvc.h"
+#include "map/mio/mio.h"
+#include "misc/st/stmm.h"
#include "super.h"
ABC_NAMESPACE_HEADER_START