summaryrefslogtreecommitdiff
path: root/src/lua_bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.c')
-rw-r--r--src/lua_bind.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lua_bind.c b/src/lua_bind.c
index 3d9038d1..076404cf 100644
--- a/src/lua_bind.c
+++ b/src/lua_bind.c
@@ -13,10 +13,6 @@
#include "angband.h"
#include <assert.h>
-#include "lua.h"
-#include "tolua.h"
-extern lua_State *L;
-
s16b can_spell_random(s16b spell_idx)
{
return spell_at(spell_idx)->random_type;