From 400830315df67fb66529814a9d80a7fa4e340357 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 27 Nov 2009 17:26:57 +0100 Subject: Remove further header-include. env.h now always directly included. --- crawl-ref/source/effects.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crawl-ref/source/effects.h') 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& 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 > &radius_points, -- cgit v1.2.3-54-g00ecf