1
0

Removed offending tr1/memory header inclusion.

We already use <memory> at line 160, this was a double include, additionally causing problems (#424).
This commit is contained in:
madmaxoft 2013-12-18 12:04:31 +01:00
parent f8f4ab88f6
commit 4402725c61

View File

@ -124,9 +124,6 @@ typedef unsigned short UInt16;
#include <semaphore.h> #include <semaphore.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#if !defined(ANDROID_NDK)
#include <tr1/memory>
#endif
#endif #endif
#if defined(ANDROID_NDK) #if defined(ANDROID_NDK)