IPHONE: Use include instead of import for all of our headers.

This commit is contained in:
Johannes Schickel 2012-02-19 22:10:08 +01:00
parent a9b74779c9
commit 6a31dadfea
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
*
*/
#import "iphone_keyboard.h"
#include "iphone_keyboard.h"
@interface UITextInputTraits
- (void)setAutocorrectionType:(int)type;

View File

@ -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;