aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-07 10:59:15 +0100
committerJohannes Schickel2016-01-07 10:59:15 +0100
commitded43d795a6f0208c60c8bb8eca6f327df0a2dda (patch)
tree3784f8c4aad8785df24af3fa7b975acdb81892a5 /audio
parentca3c5a702f9e9e5afb46a0292142ebddd7dbd5ce (diff)
downloadscummvm-rg350-ded43d795a6f0208c60c8bb8eca6f327df0a2dda.tar.gz
scummvm-rg350-ded43d795a6f0208c60c8bb8eca6f327df0a2dda.tar.bz2
scummvm-rg350-ded43d795a6f0208c60c8bb8eca6f327df0a2dda.zip
AUDIO: Remove unused includes in fluidsynth.cpp.
Diffstat (limited to 'audio')
-rw-r--r--audio/softsynth/fluidsynth.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp
index 4dc43499d3..47f65f02c8 100644
--- a/audio/softsynth/fluidsynth.cpp
+++ b/audio/softsynth/fluidsynth.cpp
@@ -32,8 +32,6 @@
#include "audio/mpu401.h"
#include "audio/softsynth/emumidi.h"
#if defined(IPHONE_IOS7) && defined(IPHONE_SANDBOXED)
-#include <string.h>
-#include <sys/syslimits.h>
#include "backends/platform/ios7/ios7_common.h"
#endif