diff options
Diffstat (limited to 'src/script/common/helper.h')
-rw-r--r-- | src/script/common/helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/script/common/helper.h b/src/script/common/helper.h index 6491e73cf..fc462b6ef 100644 --- a/src/script/common/helper.h +++ b/src/script/common/helper.h @@ -21,14 +21,11 @@ with this program; if not, write to the Free Software Foundation, Inc., extern "C" { #include <lua.h> -#include <lauxlib.h> } class LuaHelper { protected: - static bool isNaN(lua_State *L, int idx); - /** * Read a value using a template type T from Lua State L and index * |