diff options
Diffstat (limited to 'backends/platform/ios7/ios7_osys_main.h')
-rw-r--r-- | backends/platform/ios7/ios7_osys_main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/ios7/ios7_osys_main.h b/backends/platform/ios7/ios7_osys_main.h index eadb49e5ac..cc2f1ccc06 100644 --- a/backends/platform/ios7/ios7_osys_main.h +++ b/backends/platform/ios7/ios7_osys_main.h @@ -20,11 +20,11 @@ * */ -#ifndef BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H -#define BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H +#ifndef BACKENDS_PLATFORM_IOS7_IOS7_OSYS_MAIN_H +#define BACKENDS_PLATFORM_IOS7_IOS7_OSYS_MAIN_H #include "graphics/surface.h" -#include "ios7_common.h" +#include "backends/platform/ios7/ios7_common.h" #include "backends/base-backend.h" #include "common/events.h" #include "audio/mixer_intern.h" |