aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_sound.cpp
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_sound.cpp
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_sound.cpp')
-rw-r--r--backends/platform/iphone/osys_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_sound.cpp b/backends/platform/iphone/osys_sound.cpp
index bfee06c6f2..34c1cbff34 100644
--- a/backends/platform/iphone/osys_sound.cpp
+++ b/backends/platform/iphone/osys_sound.cpp
@@ -23,7 +23,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
-#include "osys_main.h"
+#include "backends/platform/iphone/osys_main.h"
void OSystem_IPHONE::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) {
//printf("AQBufferCallback()\n");