summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-behv.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-behv.cc
parentb2ab02a8348c2ea560a72a62a773c0a0d6820734 (diff)
downloadcrawl-ref-eef5ee8386438b5e50a0074372bb4f13b49f640a.tar.gz
crawl-ref-eef5ee8386438b5e50a0074372bb4f13b49f640a.zip
Remove unnecessary header-header includes.
Diffstat (limited to 'crawl-ref/source/mon-behv.cc')
-rw-r--r--crawl-ref/source/mon-behv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-behv.cc b/crawl-ref/source/mon-behv.cc
index e098c3efd0..aea54df3e6 100644
--- a/crawl-ref/source/mon-behv.cc
+++ b/crawl-ref/source/mon-behv.cc
@@ -12,6 +12,7 @@
#include "coord.h"
#include "coordit.h"
+#include "env.h"
#include "fprop.h"
#include "exclude.h"
#include "los.h"