Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile errors on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 6, 2013
1 parent 7826224 commit cd8930c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/video/uikit/SDL_uikitevents.m
Expand Up @@ -28,7 +28,6 @@
#include "SDL_uikitevents.h"

#import <Foundation/Foundation.h>
#include "jumphack.h"

static BOOL UIKit_EventPumpEnabled = YES;

Expand Down
1 change: 0 additions & 1 deletion src/video/uikit/SDL_uikitopengles.m
Expand Up @@ -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"
Expand Down

0 comments on commit cd8930c

Please sign in to comment.