summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnmon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-25 03:04:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-25 03:09:50 +0100
commitf337e59f1d4aa634241b3cf938ae6fda1d0b47af (patch)
treecafe3eb593f07e9b3fe664c06ba9d38baac3e5b5 /crawl-ref/source/l_dgnmon.cc
parent9b633406dae7989a0c145acbdc390a73f6d2eaa0 (diff)
downloadcrawl-ref-f337e59f1d4aa634241b3cf938ae6fda1d0b47af.tar.gz
crawl-ref-f337e59f1d4aa634241b3cf938ae6fda1d0b47af.zip
Don't recompile world when random-pick.h gets changed.
Also, drop one copy of monster distribution data.
Diffstat (limited to 'crawl-ref/source/l_dgnmon.cc')
-rw-r--r--crawl-ref/source/l_dgnmon.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/l_dgnmon.cc b/crawl-ref/source/l_dgnmon.cc
index c1d624e276..d6296ad70d 100644
--- a/crawl-ref/source/l_dgnmon.cc
+++ b/crawl-ref/source/l_dgnmon.cc
@@ -5,6 +5,7 @@
#include "AppHdr.h"
+#include "branch.h"
#include "cluautil.h"
#include "coord.h"
#include "l_libs.h"