diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChunkMap.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/cChunkMap.cpp b/source/cChunkMap.cpp index b7f1e08a2..d815e311a 100644 --- a/source/cChunkMap.cpp +++ b/source/cChunkMap.cpp @@ -17,10 +17,6 @@ #include <json/json.h>
-// TODO: Move this into Globals.h after cFile has been finalized
-#include "cFile.h"
-
-
#define USE_MEMCPY
#define LAYER_SIZE (32)
|