summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Log.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index aa9f22f84..44dab33c9 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -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"