aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/ym2612.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-10-06 14:32:22 +0000
committerJonathan Gray2003-10-06 14:32:22 +0000
commit5ca9daeebd9378bbdd8f37fa95f05ec50a3681cd (patch)
treec25ba7c48c0ff22c6491ace1cd611248efd2386f /backends/midi/ym2612.cpp
parent7829083a780819dda8bdb37ca9ca8b53245a4d69 (diff)
downloadscummvm-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
Diffstat (limited to 'backends/midi/ym2612.cpp')
-rw-r--r--backends/midi/ym2612.cpp1
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"