diff options
author | Tartalo <none@none> | 2010-06-07 12:57:21 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-07 12:57:21 +0200 |
commit | bef0ed9a7ff9cab7acf198558a695bc914c61d13 (patch) | |
tree | e09de1bb09d6546dd61beb9f9975098dab0fe17e /src/server/shared/Common.h | |
parent | ce1b22ed0c4cd86783848cad9dfa54fbc1bf9a4b (diff) |
Fix some paths on shared/ includes and CMakeLists.txt
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Common.h')
-rw-r--r-- | src/server/shared/Common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h index 4a6aac43390..b4ba254fbeb 100644 --- a/src/server/shared/Common.h +++ b/src/server/shared/Common.h @@ -59,7 +59,7 @@ #undef VERSION #endif //HAVE_CONFIG_H -#include "Platform/Define.h" +#include "Define.h" #if COMPILER == COMPILER_MICROSOFT # pragma warning(disable:4996) // 'function': was declared deprecated @@ -76,7 +76,7 @@ #endif // __SHOW_STUPID_WARNINGS__ #endif // __GNUC__ -#include "Utilities/UnorderedMap.h" +#include "UnorderedMap.h" #include <stdio.h> #include <stdlib.h> #include <string.h> |