From 8beb1c180db8ba02baf6fd89e514b2e40c8d6d6f Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 13 Jan 2010 23:29:03 +0100 Subject: Trim unnecessary #includes. --- crawl-ref/source/los.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/los.cc') diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc index 47916487c4..6512de377e 100644 --- a/crawl-ref/source/los.cc +++ b/crawl-ref/source/los.cc @@ -57,11 +57,9 @@ #include "losparam.h" #include "player.h" #include "ray.h" -#include "state.h" #include "stuff.h" #include "env.h" #include "terrain.h" -#include "viewgeom.h" // This determines which cells are considered out of range during // precalculations (only positive quadrant used). -- cgit v1.2.3-54-g00ecf