summaryrefslogtreecommitdiffstats
path: root/src/map/super/superInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
commit1c33107cbb50705272682c2637d8faaeab4be61a (patch)
tree188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/map/super/superInt.h
parentb0ef0aaf0055d35f3836be18997dfd350e36054d (diff)
downloadabc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz
abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2
abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/map/super/superInt.h')
-rw-r--r--src/map/super/superInt.h10
1 files changed, 5 insertions, 5 deletions
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