diff options
Diffstat (limited to 'backends/platform/ios7/ios7_video.h')
-rw-r--r-- | backends/platform/ios7/ios7_video.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/platform/ios7/ios7_video.h b/backends/platform/ios7/ios7_video.h index ab261a977b..9c5d92a970 100644 --- a/backends/platform/ios7/ios7_video.h +++ b/backends/platform/ios7/ios7_video.h @@ -20,8 +20,8 @@ * */ -#ifndef BACKENDS_PLATFORM_IPHONE_IPHONE_VIDEO_H -#define BACKENDS_PLATFORM_IPHONE_IPHONE_VIDEO_H +#ifndef BACKENDS_PLATFORM_IOS7_IOS7_VIDEO_H +#define BACKENDS_PLATFORM_IOS7_IOS7_VIDEO_H #include <UIKit/UIKit.h> #include <Foundation/Foundation.h> @@ -31,11 +31,11 @@ #include <OpenGLES/ES2/gl.h> #include <OpenGLES/ES2/glext.h> -#include "ios7_keyboard.h" -#include "ios7_common.h" +#include "backends/platform/ios7/ios7_keyboard.h" +#include "backends/platform/ios7/ios7_common.h" #include "common/list.h" -#import "graphics/scaler.h" +#include "graphics/scaler.h" typedef struct { GLfloat x, y; |