Removed deprecated SDL_types.h header.

Fixes Bugzilla #1945.
This commit is contained in:
Ryan C. Gordon 2013-07-08 23:37:00 -04:00
parent 287d2529bd
commit 7afed3e5ae
9 changed files with 1 additions and 51 deletions

View file

@ -20,7 +20,7 @@
*/
#import <UIKit/UIKit.h>
#import <SDL_types.h>
#include "SDL_stdinc.h"
/* *INDENT-OFF* */
@interface SDLUIAccelerationDelegate: NSObject <UIAccelerometerDelegate> {