aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorJamieson Christian2003-12-10 23:44:25 +0000
committerJamieson Christian2003-12-10 23:44:25 +0000
commit425126fa61f238802bd7a55572770b9430ca92c5 (patch)
tree3d3feb4bfb63c16028618eb4158ee39a394c53e9 /scumm/sound.cpp
parent0667bd69cd6d9d3ee05e0d21a61c77f36ef94e10 (diff)
downloadscummvm-rg350-425126fa61f238802bd7a55572770b9430ca92c5.tar.gz
scummvm-rg350-425126fa61f238802bd7a55572770b9430ca92c5.tar.bz2
scummvm-rg350-425126fa61f238802bd7a55572770b9430ca92c5.zip
Removed #include "midiparser.h". It was only there for the early Humongeous XMIDI hacks.
svn-id: r11557
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 79c5f06013..7d8da3e65a 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -34,7 +34,6 @@
#include "sound/audiocd.h"
#include "sound/mididrv.h"
-#include "sound/midiparser.h"
#include "sound/mixer.h"
#include "sound/voc.h"
#include "sound/vorbis.h"