IPHONE: Make includes match our style.

This commit is contained in:
Johannes Schickel 2016-01-07 12:43:08 +01:00
parent f8ef5e2476
commit afd4b82a8a
9 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@
* *
*/ */
#include "iphone_keyboard.h" #include "backends/platform/iphone/iphone_keyboard.h"
@interface UITextInputTraits @interface UITextInputTraits
- (void)setAutocorrectionType:(int)type; - (void)setAutocorrectionType:(int)type;

View file

@ -26,7 +26,7 @@
#include <UIKit/UIKit.h> #include <UIKit/UIKit.h>
#include <Foundation/NSThread.h> #include <Foundation/NSThread.h>
#include "iphone_video.h" #include "backends/platform/iphone/iphone_video.h"
void iphone_main(int argc, char *argv[]); void iphone_main(int argc, char *argv[]);

View file

@ -31,8 +31,8 @@
#include <OpenGLES/ES1/gl.h> #include <OpenGLES/ES1/gl.h>
#include <OpenGLES/ES1/glext.h> #include <OpenGLES/ES1/glext.h>
#include "iphone_keyboard.h" #include "backends/platform/iphone/iphone_keyboard.h"
#include "iphone_common.h" #include "backends/platform/iphone/iphone_common.h"
#include "common/list.h" #include "common/list.h"

View file

@ -23,7 +23,7 @@
// Disable symbol overrides so that we can use system headers. // Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL #define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "iphone_video.h" #include "backends/platform/iphone/iphone_video.h"
#include "graphics/colormasks.h" #include "graphics/colormasks.h"

View file

@ -26,7 +26,7 @@
#include "gui/message.h" #include "gui/message.h"
#include "common/translation.h" #include "common/translation.h"
#include "osys_main.h" #include "backends/platform/iphone/osys_main.h"
static const int kQueuedInputEventDelay = 50; static const int kQueuedInputEventDelay = 50;

View file

@ -41,7 +41,7 @@
#include "audio/mixer.h" #include "audio/mixer.h"
#include "audio/mixer_intern.h" #include "audio/mixer_intern.h"
#include "osys_main.h" #include "backends/platform/iphone/osys_main.h"
const OSystem::GraphicsMode OSystem_IPHONE::s_supportedGraphicsModes[] = { const OSystem::GraphicsMode OSystem_IPHONE::s_supportedGraphicsModes[] = {

View file

@ -24,7 +24,7 @@
#define BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H #define BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H
#include "graphics/surface.h" #include "graphics/surface.h"
#include "iphone_common.h" #include "backends/platform/iphone/iphone_common.h"
#include "backends/base-backend.h" #include "backends/base-backend.h"
#include "common/events.h" #include "common/events.h"
#include "audio/mixer_intern.h" #include "audio/mixer_intern.h"

View file

@ -23,7 +23,7 @@
// Disable symbol overrides so that we can use system headers. // Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL #define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "osys_main.h" #include "backends/platform/iphone/osys_main.h"
void OSystem_IPHONE::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) { void OSystem_IPHONE::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) {
//printf("AQBufferCallback()\n"); //printf("AQBufferCallback()\n");

View file

@ -23,8 +23,8 @@
// Disable symbol overrides so that we can use system headers. // Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL #define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "osys_main.h" #include "backends/platform/iphone/osys_main.h"
#include "iphone_video.h" #include "backends/platform/iphone/iphone_video.h"
#include "graphics/conversion.h" #include "graphics/conversion.h"