From 4402725c61a2e409d5c42eff89d4d330361d8726 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 18 Dec 2013 12:04:31 +0100 Subject: [PATCH] Removed offending tr1/memory header inclusion. We already use at line 160, this was a double include, additionally causing problems (#424). --- src/Globals.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Globals.h b/src/Globals.h index fe6aee5c5..58badf4dd 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -124,9 +124,6 @@ typedef unsigned short UInt16; #include #include #include -#if !defined(ANDROID_NDK) - #include -#endif #endif #if defined(ANDROID_NDK)