summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.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/hints.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/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index c17b8466dd..f0df0408c6 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -34,7 +34,6 @@
#include "message.h"
#include "misc.h"
#include "mon-behv.h"
-#include "mon-pick.h"
#include "mon-util.h"
#include "mutation.h"
#include "options.h"