diff options
author | Johannes Schickel | 2016-01-07 10:59:15 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-01-07 10:59:15 +0100 |
commit | ded43d795a6f0208c60c8bb8eca6f327df0a2dda (patch) | |
tree | 3784f8c4aad8785df24af3fa7b975acdb81892a5 /audio/softsynth | |
parent | ca3c5a702f9e9e5afb46a0292142ebddd7dbd5ce (diff) | |
download | scummvm-rg350-ded43d795a6f0208c60c8bb8eca6f327df0a2dda.tar.gz scummvm-rg350-ded43d795a6f0208c60c8bb8eca6f327df0a2dda.tar.bz2 scummvm-rg350-ded43d795a6f0208c60c8bb8eca6f327df0a2dda.zip |
AUDIO: Remove unused includes in fluidsynth.cpp.
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/fluidsynth.cpp | 2 |
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 |