aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:04:32 +0200
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commit17ef555e2d81c2d59a108f9fbecb49f99f392762 (patch)
tree270aa9b54fd4568d0d48817c6d849f67592334eb /engines/hdb/lua-script.h
parentc3d0f49538a441069d42944b52b73bd7d1c5952b (diff)
downloadscummvm-rg350-17ef555e2d81c2d59a108f9fbecb49f99f392762.tar.gz
scummvm-rg350-17ef555e2d81c2d59a108f9fbecb49f99f392762.tar.bz2
scummvm-rg350-17ef555e2d81c2d59a108f9fbecb49f99f392762.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/lua-script.h')
-rw-r--r--engines/hdb/lua-script.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/hdb/lua-script.h b/engines/hdb/lua-script.h
index 10d68c84a5..3e1ab50106 100644
--- a/engines/hdb/lua-script.h
+++ b/engines/hdb/lua-script.h
@@ -20,11 +20,6 @@
*
*/
-#include "common/system.h"
-#include "common/file.h"
-
-#include "hdb/hdb.h"
-
#ifndef HDB_LUA_SCRIPT_H
#define HDB_LUA_SCRIPT_H