aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:58:48 +0200
committerEugene Sandulenko2019-09-03 17:17:28 +0200
commitc63d207d63c9c66ca7f233b18345ec6d34fc69c7 (patch)
treed627a4bccf2146bcce061b6b8e18fc4186e144fd /engines/hdb/hdb.cpp
parent91da8c7aab9c8a396f37d99ad019d40084856dfc (diff)
downloadscummvm-rg350-c63d207d63c9c66ca7f233b18345ec6d34fc69c7.tar.gz
scummvm-rg350-c63d207d63c9c66ca7f233b18345ec6d34fc69c7.tar.bz2
scummvm-rg350-c63d207d63c9c66ca7f233b18345ec6d34fc69c7.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 4fad19c812..cc92ad720e 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -20,16 +20,6 @@
*
*/
-#include "common/scummsys.h"
-#include "common/system.h"
-#include "common/config-manager.h"
-#include "common/debug.h"
-#include "common/debug-channels.h"
-#include "common/file.h"
-#include "common/error.h"
-#include "common/stream.h"
-#include "common/memstream.h"
-
#include "hdb/hdb.h"
#include "hdb/file-manager.h"
#include "hdb/gfx.h"
@@ -104,8 +94,6 @@ HDBGame::~HDBGame() {
}
delete _debugLogo;
_debugLogo = NULL;
-
- DebugMan.clearAllDebugChannels();
}
bool HDBGame::init() {