summaryrefslogtreecommitdiffstats
path: root/source/cLog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cLog.cpp')
-rw-r--r--source/cLog.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/cLog.cpp b/source/cLog.cpp
index da95ee8cc..142aabe28 100644
--- a/source/cLog.cpp
+++ b/source/cLog.cpp
@@ -5,13 +5,12 @@
#include <fstream>
#include <ctime>
-#include "cMakeDir.h"
-
-#include "cIsThread.h"
+#include "OSSupport/MakeDir.h"
+#include "OSSupport/IsThread.h"
#if defined(ANDROID_NDK)
-#include <android/log.h>
-#include "ToJava.h"
+ #include <android/log.h>
+ #include "ToJava.h"
#endif