aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/hdb.cpp12
-rw-r--r--engines/hdb/lua-script.cpp1
2 files changed, 0 insertions, 13 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() {
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp
index 71de7b1db3..015f855a2f 100644
--- a/engines/hdb/lua-script.cpp
+++ b/engines/hdb/lua-script.cpp
@@ -23,7 +23,6 @@
#include "common/lua/lua.h"
#include "common/lua/lauxlib.h"
#include "common/lua/lualib.h"
-#include "common/debug.h"
#include "hdb/hdb.h"
#include "hdb/file-manager.h"