diff options
Diffstat (limited to '')
-rw-r--r-- | src/Globals.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Globals.h b/src/Globals.h index cb67d9fda..58badf4dd 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -124,9 +124,6 @@ typedef unsigned short UInt16; #include <semaphore.h> #include <errno.h> #include <fcntl.h> -#if !defined(ANDROID_NDK) - #include <tr1/memory> -#endif #endif #if defined(ANDROID_NDK) @@ -220,6 +217,7 @@ public: // Common headers (part 2, with macros): #include "ChunkDef.h" #include "BlockID.h" +#include "Entities/Effects.h" |