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

Commit

Permalink
Fixed includes for Objective C
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 2, 2012
1 parent 1b873da commit bd9ec33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/uikit/SDL_uikitappdelegate.m
Expand Up @@ -29,7 +29,7 @@

#import "SDL_uikitappdelegate.h"
#import "SDL_uikitopenglview.h"
#import "SDL_events_c.h"
#import "../../events/SDL_events_c.h"
#import "jumphack.h"

#ifdef main
Expand Down
2 changes: 1 addition & 1 deletion src/video/uikit/SDL_uikitopengles.m
Expand Up @@ -27,7 +27,7 @@
#include "SDL_uikitappdelegate.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_mouse_c.h"
#include "../../power/uikit/SDL_syspower.h"
Expand Down

0 comments on commit bd9ec33

Please sign in to comment.