diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-29 22:40:21 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-29 22:40:21 +0100 |
commit | 87a7c39dfc2072a2197de2a6c9ac99aefc5919ca (patch) | |
tree | cc6cf85a1e89e5d2771481abbbc3b1a54abf7351 /source/cChunk.h | |
parent | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. (diff) | |
download | cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.gz cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.bz2 cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.lz cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.xz cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.zst cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.zip |
Diffstat (limited to 'source/cChunk.h')
-rw-r--r-- | source/cChunk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cChunk.h b/source/cChunk.h index 15577d372..bd9882659 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -9,8 +9,6 @@ # define __C_CHUNK_INLINE__
#endif
-#include <list>
-
namespace Json
{
class Value;
|