summaryrefslogtreecommitdiffstats
path: root/Tools/AnvilStats/Globals.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-28 10:05:39 +0100
committermadmaxoft <github@xoft.cz>2013-11-28 10:05:39 +0100
commit54c82c746ed811dd157a78e899f8a5bb3ec8c415 (patch)
treed4f6e93c91ac4992e7d9a9757668fdde7feb8b11 /Tools/AnvilStats/Globals.h
parentProtoProxy: Fixed after folder move. (diff)
downloadcuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.tar
cuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.tar.gz
cuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.tar.bz2
cuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.tar.lz
cuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.tar.xz
cuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.tar.zst
cuberite-54c82c746ed811dd157a78e899f8a5bb3ec8c415.zip
Diffstat (limited to '')
-rw-r--r--Tools/AnvilStats/Globals.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/Tools/AnvilStats/Globals.h b/Tools/AnvilStats/Globals.h
index 48e1f8492..c673ecb01 100644
--- a/Tools/AnvilStats/Globals.h
+++ b/Tools/AnvilStats/Globals.h
@@ -163,12 +163,12 @@ typedef unsigned short UInt16;
// Common headers (part 1, without macros):
-#include "../../source/StringUtils.h"
-#include "../../source/OSSupport/CriticalSection.h"
-#include "../../source/OSSupport/Semaphore.h"
-#include "../../source/OSSupport/Event.h"
-#include "../../source/OSSupport/IsThread.h"
-#include "../../source/OSSupport/File.h"
+#include "../../src/StringUtils.h"
+#include "../../src/OSSupport/CriticalSection.h"
+#include "../../src/OSSupport/Semaphore.h"
+#include "../../src/OSSupport/Event.h"
+#include "../../src/OSSupport/IsThread.h"
+#include "../../src/OSSupport/File.h"
@@ -221,8 +221,8 @@ public:
// Common headers (part 2, with macros):
-#include "../../source/ChunkDef.h"
-#include "../../source/BlockID.h"
+#include "../../src/ChunkDef.h"
+#include "../../src/BlockID.h"