mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
IPHONE: Use include instead of import for all of our headers.
This commit is contained in:
parent
a9b74779c9
commit
6a31dadfea
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#import "iphone_keyboard.h"
|
||||
#include "iphone_keyboard.h"
|
||||
|
||||
@interface UITextInputTraits
|
||||
- (void)setAutocorrectionType:(int)type;
|
||||
|
@ -31,7 +31,7 @@
|
||||
#import <OpenGLES/ES1/gl.h>
|
||||
#import <OpenGLES/ES1/glext.h>
|
||||
|
||||
#import "iphone_keyboard.h"
|
||||
#include "iphone_keyboard.h"
|
||||
|
||||
@interface iPhoneView : UIView {
|
||||
void *_screenSurface;
|
||||
|
Loading…
Reference in New Issue
Block a user