From 8beb1c180db8ba02baf6fd89e514b2e40c8d6d6f Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 13 Jan 2010 23:29:03 +0100 Subject: Trim unnecessary #includes. --- crawl-ref/source/l_spells.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/l_spells.cc') 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)) -- cgit v1.2.3-54-g00ecf