diff options
author | Jonathan Gray | 2003-10-06 14:32:22 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-10-06 14:32:22 +0000 |
commit | 5ca9daeebd9378bbdd8f37fa95f05ec50a3681cd (patch) | |
tree | c25ba7c48c0ff22c6491ace1cd611248efd2386f | |
parent | 7829083a780819dda8bdb37ca9ca8b53245a4d69 (diff) | |
download | scummvm-rg350-5ca9daeebd9378bbdd8f37fa95f05ec50a3681cd.tar.gz scummvm-rg350-5ca9daeebd9378bbdd8f37fa95f05ec50a3681cd.tar.bz2 scummvm-rg350-5ca9daeebd9378bbdd8f37fa95f05ec50a3681cd.zip |
remove <string> include so we don't depend on stdlib stuff (not used anyway) this also stops compile problems arising from our overloaded memory operators here
svn-id: r10643
-rw-r--r-- | backends/midi/ym2612.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/midi/ym2612.cpp b/backends/midi/ym2612.cpp index 0b0920ed98..c34e0fd0d0 100644 --- a/backends/midi/ym2612.cpp +++ b/backends/midi/ym2612.cpp @@ -23,7 +23,6 @@ */ #include <math.h> -#include <string> #include "common/util.h" #include "sound/mididrv.h" #include "sound/mixer.h" |