summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.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/player.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/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index dbc36d491c..7ca84864c4 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -26,6 +26,7 @@
#include "dgnevent.h"
#include "directn.h"
#include "effects.h"
+#include "env.h"
#include "map_knowledge.h"
#include "fight.h"
#include "food.h"