diff options
author | Jamieson Christian | 2003-12-10 23:44:25 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-12-10 23:44:25 +0000 |
commit | 425126fa61f238802bd7a55572770b9430ca92c5 (patch) | |
tree | 3d3feb4bfb63c16028618eb4158ee39a394c53e9 /scumm | |
parent | 0667bd69cd6d9d3ee05e0d21a61c77f36ef94e10 (diff) | |
download | scummvm-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')
-rw-r--r-- | scumm/sound.cpp | 1 |
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" |