summaryrefslogtreecommitdiffstats
path: root/source/cChunk.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-01 13:46:44 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-01 13:46:44 +0100
commitd3614be2e07baa6c1d7cebbab5e260481fbb2de9 (patch)
treefecabfb0d36c4e36a81f04bd1fde8f27fc1fb536 /source/cChunk.cpp
parentnew cIsThread object for thread encapsulation (diff)
downloadcuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.gz
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.bz2
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.lz
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.xz
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.tar.zst
cuberite-d3614be2e07baa6c1d7cebbab5e260481fbb2de9.zip
Diffstat (limited to '')
-rw-r--r--source/cChunk.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/cChunk.cpp b/source/cChunk.cpp
index abe1d0443..992a4e71a 100644
--- a/source/cChunk.cpp
+++ b/source/cChunk.cpp
@@ -2,8 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#ifndef _WIN32
-#include <cstring>
-#include <cstdlib>
+ #include <cstdlib>
#endif