1
0

Revert "Another Linux fix"

This reverts commit 6f660b379e.
This commit is contained in:
Tiger Wang 2014-02-02 20:09:35 +00:00
parent 5bf060f06c
commit a0242afec2

View File

@ -7,12 +7,6 @@
#include <ctime>
#include "OSSupport/IsThread.h"
#ifdef __linux
#include <sys/ioctl.h>
#include <unistd.h>
#endif // __linux
#if defined(ANDROID_NDK)
#include <android/log.h>
#include "ToJava.h"