summaryrefslogtreecommitdiffstats
path: root/Tools/MemDumpAnalysis/Globals.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-28 13:53:38 +0100
committermadmaxoft <github@xoft.cz>2013-11-28 13:53:38 +0100
commitcfd9a290467e66f467e1060ab3bfc6e367c929db (patch)
tree67f3e31642e9c6b26dcaad519349e5640416e0de /Tools/MemDumpAnalysis/Globals.h
parentFixed BlockZapper after folder move. (diff)
downloadcuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.tar
cuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.tar.gz
cuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.tar.bz2
cuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.tar.lz
cuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.tar.xz
cuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.tar.zst
cuberite-cfd9a290467e66f467e1060ab3bfc6e367c929db.zip
Diffstat (limited to 'Tools/MemDumpAnalysis/Globals.h')
-rw-r--r--Tools/MemDumpAnalysis/Globals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/MemDumpAnalysis/Globals.h b/Tools/MemDumpAnalysis/Globals.h
index 92d27da2c..d5fc2abfa 100644
--- a/Tools/MemDumpAnalysis/Globals.h
+++ b/Tools/MemDumpAnalysis/Globals.h
@@ -9,7 +9,7 @@
#pragma once
-#include "../../source/Globals.h"
+#include "../../src/Globals.h"
/*
// System headers:
@@ -23,12 +23,12 @@
#include <string>
// Common:
-#include "../source/StringUtils.h"
-#include "../source/OSSupport/File.h"
+#include "../src/StringUtils.h"
+#include "../src/OSSupport/File.h"
*/
// Libraries:
-#include "../../expat/expat.h"
+#include "expat/expat.h"