aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 14:02:30 +0200
committerEugene Sandulenko2019-09-03 17:17:28 +0200
commita50e1469b7530bab111b9dd68999cdffe4e827b9 (patch)
tree1a949c0f647351bae69c5ab90499160742afb43d /engines/hdb/hdb.h
parente0b0d85f5b1c02136cf834b7eec181901faf2fc6 (diff)
downloadscummvm-rg350-a50e1469b7530bab111b9dd68999cdffe4e827b9.tar.gz
scummvm-rg350-a50e1469b7530bab111b9dd68999cdffe4e827b9.tar.bz2
scummvm-rg350-a50e1469b7530bab111b9dd68999cdffe4e827b9.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index 680d89101c..6d23bde7c3 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -26,13 +26,8 @@
#include "common/scummsys.h"
#include "common/system.h"
#include "common/savefile.h"
-#include "audio/audiostream.h"
-#include "audio/decoders/wave.h"
-#include "audio/decoders/mp3.h"
-#include "gui/debugger.h"
#include "engines/engine.h"
-#include "engines/util.h"
namespace Common {
class RandomSource;