summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgntil.cc
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-05-29 17:33:20 -0400
committerEnne Walker <enne.walker@gmail.com>2010-05-30 08:50:37 -0400
commitbe734ca30eba735e20a8145bb22cdcc4de134ced (patch)
tree018452f9e2af7ceeef493c93f79b0daa28488c99 /crawl-ref/source/l_dgntil.cc
parentca6e3ae38efee3e21d22494140094d71344cdac4 (diff)
downloadcrawl-ref-be734ca30eba735e20a8145bb22cdcc4de134ced.tar.gz
crawl-ref-be734ca30eba735e20a8145bb22cdcc4de134ced.zip
Split up tiles.h.
Most of it has gone into tilepick.h, but also into enum.h and initfile.cc. Unlike tiles.h which was included everywhere, tilepick.h is now only a dependency of about half the files.
Diffstat (limited to 'crawl-ref/source/l_dgntil.cc')
-rw-r--r--crawl-ref/source/l_dgntil.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/l_dgntil.cc b/crawl-ref/source/l_dgntil.cc
index f738cbedb6..83b6cf8863 100644
--- a/crawl-ref/source/l_dgntil.cc
+++ b/crawl-ref/source/l_dgntil.cc
@@ -15,9 +15,10 @@
#ifdef USE_TILE
+#include "env.h"
#include "tiledef-dngn.h"
+#include "tilepick.h"
-#include "env.h"
tileidx_t get_tile_idx(lua_State *ls, int arg)
{