aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.h
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-07 12:43:08 +0100
committerJohannes Schickel2016-01-07 12:44:48 +0100
commitafd4b82a8ad760abee3224e618e951da72268d51 (patch)
treedabac0a76e560873574662aa9b107a9b09ebc1cf /backends/platform/iphone/osys_main.h
parentf8ef5e247624a00fabb1f17f3987d010623a7067 (diff)
downloadscummvm-rg350-afd4b82a8ad760abee3224e618e951da72268d51.tar.gz
scummvm-rg350-afd4b82a8ad760abee3224e618e951da72268d51.tar.bz2
scummvm-rg350-afd4b82a8ad760abee3224e618e951da72268d51.zip
IPHONE: Make includes match our style.
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
-rw-r--r--backends/platform/iphone/osys_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h
index 0159eee1be..390566322c 100644
--- a/backends/platform/iphone/osys_main.h
+++ b/backends/platform/iphone/osys_main.h
@@ -24,7 +24,7 @@
#define BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H
#include "graphics/surface.h"
-#include "iphone_common.h"
+#include "backends/platform/iphone/iphone_common.h"
#include "backends/base-backend.h"
#include "common/events.h"
#include "audio/mixer_intern.h"