DRASCULA: Remove unecessary VOC header dependency.
Also, remove two engines not using VOC from voc.h header.
This commit is contained in:
parent
7b126c5f24
commit
a293bbbbb4
2 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,7 @@
|
||||||
* @file
|
* @file
|
||||||
* Sound decoder used in engines:
|
* Sound decoder used in engines:
|
||||||
* - agos
|
* - agos
|
||||||
* - drascula
|
|
||||||
* - kyra
|
* - kyra
|
||||||
* - made
|
|
||||||
* - saga
|
* - saga
|
||||||
* - scumm
|
* - scumm
|
||||||
* - touche
|
* - touche
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include "audio/audiostream.h"
|
#include "audio/audiostream.h"
|
||||||
#include "audio/mixer.h"
|
#include "audio/mixer.h"
|
||||||
#include "audio/decoders/raw.h"
|
#include "audio/decoders/raw.h"
|
||||||
#include "audio/decoders/voc.h"
|
|
||||||
|
|
||||||
#include "common/config-manager.h"
|
#include "common/config-manager.h"
|
||||||
#include "common/textconsole.h"
|
#include "common/textconsole.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue