aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua/lstate.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-27 11:07:25 +0300
committerEugene Sandulenko2013-09-27 11:07:25 +0300
commit8053989dd13acc15ad911bf2511311f5cfa206ba (patch)
tree6caa55926659f3014df21f05e1c02602f94cb674 /engines/sword25/util/lua/lstate.cpp
parente11da512025be5c00390d4822e8d70c1d5fc5749 (diff)
downloadscummvm-rg350-8053989dd13acc15ad911bf2511311f5cfa206ba.tar.gz
scummvm-rg350-8053989dd13acc15ad911bf2511311f5cfa206ba.tar.bz2
scummvm-rg350-8053989dd13acc15ad911bf2511311f5cfa206ba.zip
SWORD25: Remove explictit #includes
Makes Coverity happier.
Diffstat (limited to 'engines/sword25/util/lua/lstate.cpp')
-rw-r--r--engines/sword25/util/lua/lstate.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sword25/util/lua/lstate.cpp b/engines/sword25/util/lua/lstate.cpp
index 26bed7bec2..c0ea29de01 100644
--- a/engines/sword25/util/lua/lstate.cpp
+++ b/engines/sword25/util/lua/lstate.cpp
@@ -5,8 +5,6 @@
*/
-#include <stddef.h>
-
#define lstate_c
#define LUA_CORE