Fixed compile errors on iOS

This commit is contained in:
Sam Lantinga 2013-06-05 21:48:53 -07:00
parent 9f08f67e67
commit a14efd4af1
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@
#include "SDL_uikitevents.h" #include "SDL_uikitevents.h"
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#include "jumphack.h"
static BOOL UIKit_EventPumpEnabled = YES; static BOOL UIKit_EventPumpEnabled = YES;

View file

@ -27,7 +27,6 @@
#include "SDL_uikitappdelegate.h" #include "SDL_uikitappdelegate.h"
#include "SDL_uikitmodes.h" #include "SDL_uikitmodes.h"
#include "SDL_uikitwindow.h" #include "SDL_uikitwindow.h"
#include "jumphack.h"
#include "../SDL_sysvideo.h" #include "../SDL_sysvideo.h"
#include "../../events/SDL_keyboard_c.h" #include "../../events/SDL_keyboard_c.h"
#include "../../events/SDL_mouse_c.h" #include "../../events/SDL_mouse_c.h"