summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:57:40 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:57:40 +0100
commit9368f57866c8d62ed9927410e2a2230e0a1c3b54 (patch)
tree25df4e8d7de1d8fdd68e29d28612b7871de1c890 /crawl-ref/source/religion.cc
parent21e5d28ecd75a26f2f3aa6ba871bdcf0ad61870b (diff)
downloadcrawl-ref-9368f57866c8d62ed9927410e2a2230e0a1c3b54.tar.gz
crawl-ref-9368f57866c8d62ed9927410e2a2230e0a1c3b54.zip
Remove header includes from mon-place.h.
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 366cada82e..3aa2db88ff 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -20,7 +20,6 @@
#endif
#include "externs.h"
-#include "options.h"
#include "abl-show.h"
#include "areas.h"
@@ -35,6 +34,7 @@
#include "delay.h"
#include "describe.h"
#include "dgnevent.h"
+#include "dlua.h"
#include "effects.h"
#include "env.h"
#include "enum.h"
@@ -59,10 +59,13 @@
#include "mon-iter.h"
#include "mon-util.h"
#include "mon-place.h"
+#include "mgen_data.h"
+#include "coord.h"
#include "mon-stuff.h"
#include "mutation.h"
#include "newgame.h"
#include "notes.h"
+#include "options.h"
#include "ouch.h"
#include "output.h"
#include "player.h"