summaryrefslogtreecommitdiffstats
path: root/Tools/AnvilStats/Globals.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-07-06 21:56:03 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-07-06 21:56:03 +0200
commit8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d (patch)
tree786de8ccf882511206a8113eb3cad5b7e19a80b3 /Tools/AnvilStats/Globals.h
parentProtoProxy: moved into the Tools folder (diff)
downloadcuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.tar
cuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.tar.gz
cuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.tar.bz2
cuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.tar.lz
cuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.tar.xz
cuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.tar.zst
cuberite-8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d.zip
Diffstat (limited to '')
-rw-r--r--Tools/AnvilStats/Globals.h (renamed from AnvilStats/Globals.h)16
1 files changed, 8 insertions, 8 deletions
diff --git a/AnvilStats/Globals.h b/Tools/AnvilStats/Globals.h
index 3a1c4f78d..b9d37e029 100644
--- a/AnvilStats/Globals.h
+++ b/Tools/AnvilStats/Globals.h
@@ -162,12 +162,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 "../../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"
@@ -220,8 +220,8 @@ public:
// Common headers (part 2, with macros):
-#include "../source/ChunkDef.h"
-#include "../source/BlockID.h"
+#include "../../source/ChunkDef.h"
+#include "../../source/BlockID.h"