summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-tornado.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-02 07:54:30 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-02 07:54:30 -0700
commit981af8bb92e8360cca9ec788720c04f06900da93 (patch)
tree21daf5473ada8d6eef2249dbafc649e19837fc22 /crawl-ref/source/spl-tornado.cc
parent886d980933ff95be25921ebadfea48feb1f37d17 (diff)
downloadcrawl-ref-981af8bb92e8360cca9ec788720c04f06900da93.tar.gz
crawl-ref-981af8bb92e8360cca9ec788720c04f06900da93.zip
Move a little more code out of misc.cc
Diffstat (limited to 'crawl-ref/source/spl-tornado.cc')
-rw-r--r--crawl-ref/source/spl-tornado.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-tornado.cc b/crawl-ref/source/spl-tornado.cc
index 1b8e4d2901..4cb398eda0 100644
--- a/crawl-ref/source/spl-tornado.cc
+++ b/crawl-ref/source/spl-tornado.cc
@@ -13,13 +13,13 @@
#include "godconduct.h"
#include "libutil.h"
#include "los.h"
-#include "misc.h"
#include "mon-behv.h"
#include "ouch.h"
#include "shout.h"
#include "spl-cast.h"
#include "stuff.h"
#include "terrain.h"
+#include "transform.h"
static bool _airtight(coord_def c)
{