From 14bfaca7e0b40811a7e7a3bb5ebe1ac952dbbbb7 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 12 Dec 2009 15:47:21 -0800 Subject: tiles: only include tiledef-*.h in files where they're needed This eliminates the annoying full rebuild that happens when the tiledefs are modified. Signed-off-by: Steven Noonan --- crawl-ref/source/l_dgntil.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/l_dgntil.cc') diff --git a/crawl-ref/source/l_dgntil.cc b/crawl-ref/source/l_dgntil.cc index 6939b98aea..4e68e8d782 100644 --- a/crawl-ref/source/l_dgntil.cc +++ b/crawl-ref/source/l_dgntil.cc @@ -13,6 +13,8 @@ #ifdef USE_TILE +#include "tiledef-dngn.h" + #include "env.h" unsigned int get_tile_idx(lua_State *ls, int arg) -- cgit v1.2.3-54-g00ecf