summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:19:40 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:19:40 +0100
commiteef5ee8386438b5e50a0074372bb4f13b49f640a (patch)
treed6de17b1b64bd0e7a2bad15fa4f049e268d1a77d /crawl-ref/source/mon-act.cc
parentb2ab02a8348c2ea560a72a62a773c0a0d6820734 (diff)
downloadcrawl-ref-eef5ee8386438b5e50a0074372bb4f13b49f640a.tar.gz
crawl-ref-eef5ee8386438b5e50a0074372bb4f13b49f640a.zip
Remove unnecessary header-header includes.
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index c1d45b9eab..c580992fc0 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -16,6 +16,7 @@
#include "dbg-scan.h"
#include "delay.h"
#include "directn.h"
+#include "env.h"
#include "map_knowledge.h"
#include "food.h"
#include "fprop.h"