summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:26:57 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:26:57 +0100
commit400830315df67fb66529814a9d80a7fa4e340357 (patch)
treeb87a2e9a5d9bc883436d8ea353eef1d805b59810 /crawl-ref/source/godwrath.cc
parenteef5ee8386438b5e50a0074372bb4f13b49f640a (diff)
downloadcrawl-ref-400830315df67fb66529814a9d80a7fa4e340357.tar.gz
crawl-ref-400830315df67fb66529814a9d80a7fa4e340357.zip
Remove further header-include. env.h now always directly included.
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index a712ce0fea..c828ae59ec 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -14,6 +14,7 @@
#include "database.h"
#include "decks.h"
#include "effects.h"
+#include "env.h"
#include "enum.h"
#include "food.h"
#include "ghost.h"