summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
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/effects.h
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/effects.h')
-rw-r--r--crawl-ref/source/effects.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index fd1886dd36..0b71717f3c 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -8,9 +8,6 @@
#ifndef EFFECTS_H
#define EFFECTS_H
-#include "env.h"
-#include "externs.h"
-
struct bolt;
class monsters;
@@ -49,6 +46,7 @@ int place_ring(std::vector<coord_def>& ring_points,
int arc_occupancy,
int& seen_count);
+class los_def;
// Collect lists of points that are within LOS (under the given losgrid),
// unoccupied, and not solid (walls/statues).
void collect_radius_points(std::vector<std::vector<coord_def> > &radius_points,