aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_osys_sound.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-07 12:40:55 +0100
committerJohannes Schickel2016-01-07 12:44:48 +0100
commitf8ef5e247624a00fabb1f17f3987d010623a7067 (patch)
treed08a1c73d6b6f1bf760763e2d75e09b4808422ce /backends/platform/ios7/ios7_osys_sound.cpp
parent3130b22fcbdfa4cf284e3612a2d7f5f80a4b7c81 (diff)
downloadscummvm-rg350-f8ef5e247624a00fabb1f17f3987d010623a7067.tar.gz
scummvm-rg350-f8ef5e247624a00fabb1f17f3987d010623a7067.tar.bz2
scummvm-rg350-f8ef5e247624a00fabb1f17f3987d010623a7067.zip
IOS7: Make includes match our style.
Diffstat (limited to 'backends/platform/ios7/ios7_osys_sound.cpp')
-rw-r--r--backends/platform/ios7/ios7_osys_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/ios7_osys_sound.cpp b/backends/platform/ios7/ios7_osys_sound.cpp
index 0dc81a9385..07e9458711 100644
--- a/backends/platform/ios7/ios7_osys_sound.cpp
+++ b/backends/platform/ios7/ios7_osys_sound.cpp
@@ -23,7 +23,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
-#include "ios7_osys_main.h"
+#include "backends/platform/ios7/ios7_osys_main.h"
void OSystem_iOS7::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) {
//printf("AQBufferCallback()\n");