DRASCULA: Remove unecessary VOC header dependency.

Also, remove two engines not using VOC from voc.h header.
This commit is contained in:
D G Turner 2011-10-09 22:13:30 +01:00
parent 7b126c5f24
commit a293bbbbb4
2 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,7 @@
* @file
* Sound decoder used in engines:
* - agos
* - drascula
* - kyra
* - made
* - saga
* - scumm
* - touche

View File

@ -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"