summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/coordit.cc1
-rw-r--r--crawl-ref/source/ghost.cc1
-rw-r--r--crawl-ref/source/los.h1
-rw-r--r--crawl-ref/source/losparam.cc1
-rw-r--r--crawl-ref/source/show.cc1
-rw-r--r--crawl-ref/source/teleport.cc1
6 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/coordit.cc b/crawl-ref/source/coordit.cc
index 52593eda76..10677e2212 100644
--- a/crawl-ref/source/coordit.cc
+++ b/crawl-ref/source/coordit.cc
@@ -9,6 +9,7 @@
#include "coord.h"
#include "los.h"
+#include "player.h"
rectangle_iterator::rectangle_iterator( const coord_def& corner1,
const coord_def& corner2 )
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 4accc400db..2d8430d042 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -12,6 +12,7 @@
#include "artefact.h"
#include "colour.h"
+#include "env.h"
#include "externs.h"
#include "itemname.h"
#include "itemprop.h"
diff --git a/crawl-ref/source/los.h b/crawl-ref/source/los.h
index f631e6417f..5947edb4a4 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -6,7 +6,6 @@
#ifndef LOS_H
#define LOS_H
-#include "env.h"
#include "los_def.h"
#include "losparam.h"
diff --git a/crawl-ref/source/losparam.cc b/crawl-ref/source/losparam.cc
index 5417e9d62e..a6c696c60d 100644
--- a/crawl-ref/source/losparam.cc
+++ b/crawl-ref/source/losparam.cc
@@ -8,6 +8,7 @@
#include "losparam.h"
#include "cloud.h"
+#include "env.h"
#include "externs.h"
#include "los.h"
#include "mon-util.h"
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index 1f1c1cc2fe..9a51c6e961 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -7,6 +7,7 @@
#include "coord.h"
#include "coordit.h"
#include "directn.h"
+#include "env.h"
#include "feature.h"
#include "mon-util.h"
#include "monster.h"
diff --git a/crawl-ref/source/teleport.cc b/crawl-ref/source/teleport.cc
index cae5bfa1d2..07c91667c7 100644
--- a/crawl-ref/source/teleport.cc
+++ b/crawl-ref/source/teleport.cc
@@ -9,6 +9,7 @@
#include "cloud.h"
#include "coord.h"
+#include "env.h"
#include "envmap.h"
#include "los.h"
#include "player.h"