summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_spells.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/l_spells.cc')
-rw-r--r--crawl-ref/source/l_spells.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/l_spells.cc b/crawl-ref/source/l_spells.cc
index 8e5c2feffa..b622dd0e4d 100644
--- a/crawl-ref/source/l_spells.cc
+++ b/crawl-ref/source/l_spells.cc
@@ -9,14 +9,8 @@
#include "cluautil.h"
#include "l_libs.h"
-#include "coord.h"
-#include "dungeon.h"
#include "env.h"
-#include "spells1.h"
#include "spells2.h"
-#include "spells3.h"
-#include "spells4.h"
-#include "terrain.h"
LUAWRAP(_refrigeration, cast_refrigeration(luaL_checkint(ls, 1), true))
LUAWRAP(_toxic_radiance, cast_toxic_radiance(true))