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/mon-behv.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/mon-behv.cc') diff --git a/crawl-ref/source/mon-behv.cc b/crawl-ref/source/mon-behv.cc index 5120688038..c48e01301a 100644 --- a/crawl-ref/source/mon-behv.cc +++ b/crawl-ref/source/mon-behv.cc @@ -8,17 +8,14 @@ #include "mon-behv.h" #include "externs.h" -#include "options.h" #include "coord.h" #include "coordit.h" #include "env.h" #include "fprop.h" #include "exclude.h" -#include "los.h" #include "mon-iter.h" #include "mon-movetarget.h" -#include "mon-place.h" #include "mon-pathfind.h" #include "mon-stuff.h" #include "mon-util.h" -- cgit v1.2.3-54-g00ecf