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/map/super/super.c | 4 ++-- src/map/super/superInt.h | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/map/super') 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 -- cgit v1.2.3