diff options
| author | D G Turner | 2011-10-09 22:13:30 +0100 | 
|---|---|---|
| committer | D G Turner | 2011-10-09 22:13:30 +0100 | 
| commit | a293bbbbb4e349dd7504de26ded47c818cf9464b (patch) | |
| tree | 89ae750907369742edc9d92af80af0d5f2cc8602 | |
| parent | 7b126c5f24de2141faca9267a785b6af4a0066e2 (diff) | |
| download | scummvm-rg350-a293bbbbb4e349dd7504de26ded47c818cf9464b.tar.gz scummvm-rg350-a293bbbbb4e349dd7504de26ded47c818cf9464b.tar.bz2 scummvm-rg350-a293bbbbb4e349dd7504de26ded47c818cf9464b.zip | |
DRASCULA: Remove unecessary VOC header dependency.
Also, remove two engines not using VOC from voc.h header.
| -rw-r--r-- | audio/decoders/voc.h | 2 | ||||
| -rw-r--r-- | engines/drascula/sound.cpp | 1 | 
2 files changed, 0 insertions, 3 deletions
| diff --git a/audio/decoders/voc.h b/audio/decoders/voc.h index 0c2d3b176d..a920eac933 100644 --- a/audio/decoders/voc.h +++ b/audio/decoders/voc.h @@ -24,9 +24,7 @@   * @file   * Sound decoder used in engines:   *  - agos - *  - drascula   *  - kyra - *  - made   *  - saga   *  - scumm   *  - touche diff --git a/engines/drascula/sound.cpp b/engines/drascula/sound.cpp index 4721d2d369..413a631118 100644 --- a/engines/drascula/sound.cpp +++ b/engines/drascula/sound.cpp @@ -23,7 +23,6 @@  #include "audio/audiostream.h"  #include "audio/mixer.h"  #include "audio/decoders/raw.h" -#include "audio/decoders/voc.h"  #include "common/config-manager.h"  #include "common/textconsole.h" | 
