Daniele Bartolini пре 10 година
родитељ
комит
6a24481d67

+ 3 - 2
src/core/filesystem/apk_filesystem.cpp

@@ -7,10 +7,11 @@
 
 #if CROWN_PLATFORM_ANDROID
 
-#include "apk_filesystem.h"
-#include "temp_allocator.h"
 #include "apk_file.h"
+#include "apk_filesystem.h"
 #include "os.h"
+#include "temp_allocator.h"
+#include "vector.h"
 
 namespace crown
 {

+ 2 - 4
src/main/main_android.cpp

@@ -7,12 +7,10 @@
 
 #if CROWN_PLATFORM_ANDROID
 
-#include "os_event_queue.h"
-#include "thread.h"
-#include "device_options.h"
 #include "console_server.h"
-#include "memory.h"
 #include "device.h"
+#include "os_event_queue.h"
+#include "thread.h"
 #include <stdlib.h>
 #include <jni.h>
 #include <android/sensor.h>

+ 0 - 1
src/main/main_linux.cpp

@@ -8,7 +8,6 @@
 #if CROWN_PLATFORM_LINUX
 
 #include "bundle_compiler.h"
-#include "command_line.h"
 #include "console_server.h"
 #include "device.h"
 #include "display.h"

+ 3 - 4
src/main/main_windows.cpp

@@ -7,12 +7,11 @@
 
 #if CROWN_PLATFORM_WINDOWS
 
-#include "os_event_queue.h"
-#include "thread.h"
-#include "command_line.h"
-#include "console_server.h"
 #include "bundle_compiler.h"
+#include "console_server.h"
 #include "device.h"
+#include "os_event_queue.h"
+#include "thread.h"
 #include <bgfx/bgfxplatform.h>
 #include <winsock2.h>
 #ifndef WIN32_LEAN_AND_MEAN