aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.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/lua-script.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/lua-script.cpp')
-rw-r--r--engines/hdb/lua-script.cpp1
1 files changed, 0 insertions, 1 deletions
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"