diff options
author | madmaxoft <github@xoft.cz> | 2013-11-28 13:53:38 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-28 13:53:38 +0100 |
commit | cfd9a290467e66f467e1060ab3bfc6e367c929db (patch) | |
tree | 67f3e31642e9c6b26dcaad519349e5640416e0de /Tools/MemDumpAnalysis/Globals.h | |
parent | Fixed BlockZapper after folder move. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | Tools/MemDumpAnalysis/Globals.h | 8 |
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" |