summaryrefslogtreecommitdiffstats
path: root/source/cChunkMap.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/cChunkMap.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/cChunkMap.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cChunkMap.cpp b/source/cChunkMap.cpp
index 4e9fd5c62..8e2257858 100644
--- a/source/cChunkMap.cpp
+++ b/source/cChunkMap.cpp
@@ -9,9 +9,7 @@
#include <math.h> // floorf
#ifndef _WIN32
- #include <cstring> // memcpy
#include <cstdlib> // abs
- #include <memory> // auto_ptr
#endif
#include "zlib.h"