1
0
Fork 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
1 changed files with 0 additions and 3 deletions

View File

@ -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)