summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-09 15:02:54 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-09 15:59:39 +0200
commite604c285417f3c2fd209d599738a33fc57cdc2b4 (patch)
treef82906bab34013e5b69d22eaa29f0af2b10f997f /crawl-ref/source/terrain.cc
parent784503fe0f6c5447c2823cbfc3780989b27c45e5 (diff)
downloadcrawl-ref-e604c285417f3c2fd209d599738a33fc57cdc2b4.tar.gz
crawl-ref-e604c285417f3c2fd209d599738a33fc57cdc2b4.zip
Shortcut indirect include of mon-util.h.
Diffstat (limited to 'crawl-ref/source/terrain.cc')
-rw-r--r--crawl-ref/source/terrain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc
index 527ee90e14..69f9ec4240 100644
--- a/crawl-ref/source/terrain.cc
+++ b/crawl-ref/source/terrain.cc
@@ -22,7 +22,7 @@ REVISION("$Rev$");
#include "message.h"
#include "misc.h"
#include "monplace.h"
-#include "monstuff.h"
+#include "mon-util.h"
#include "mstuff2.h"
#include "ouch.h"
#include "overmap.h"