Fixed compile errors on iOS

This commit is contained in:
Sam Lantinga 2013-06-05 21:48:53 -07:00
parent 74f92adb17
commit 215b3b259b
2 changed files with 0 additions and 2 deletions

View File

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

View File

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