@@ -7,6 +7,7 @@
#if BX_PLATFORM_ANDROID
+#include <bgfxplatform.h>
#include "entry_p.h"
#include <stdio.h>
@@ -11,7 +11,9 @@
#import <UIKit/UIKit.h>
#import <QuartzCore/CAEAGLLayer.h>
+
#include <bx/uint32_t.h>
#include <bx/thread.h>
@@ -10,10 +10,11 @@
#define XK_MISCELLANY
#define XK_LATIN1
#include <X11/keysymdef.h>
-#include <bgfxplatform.h>
-
#undef None
#include <bx/os.h>
#include <string.h> // memset
#if BX_PLATFORM_NACL
@@ -9,7 +9,9 @@
#import <Cocoa/Cocoa.h>
#if BX_PLATFORM_WINDOWS