aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Common.h')
-rw-r--r--src/server/shared/Common.h4
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>