aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
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() {