Skip to content

Commit

Permalink
IPHONE: Use include instead of import for all of our headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Feb 19, 2012
1 parent a9b7477 commit 6a31dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/platform/iphone/iphone_keyboard.m
Expand Up @@ -20,7 +20,7 @@
*
*/

#import "iphone_keyboard.h"
#include "iphone_keyboard.h"

@interface UITextInputTraits
- (void)setAutocorrectionType:(int)type;
Expand Down
2 changes: 1 addition & 1 deletion backends/platform/iphone/iphone_video.h
Expand Up @@ -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;
Expand Down

0 comments on commit 6a31dad

Please sign in to comment.