From 9368f57866c8d62ed9927410e2a2230e0a1c3b54 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 27 Nov 2009 17:57:40 +0100 Subject: Remove header includes from mon-place.h. --- crawl-ref/source/beam.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/beam.cc') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index 9ed9b32c3d..f0a8a7cf81 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -25,6 +25,7 @@ #include "cio.h" #include "cloud.h" #include "colour.h" +#include "coord.h" #include "coordit.h" #include "delay.h" #include "dgnevent.h" @@ -45,6 +46,7 @@ #include "mon-behv.h" #include "mon-iter.h" #include "mon-place.h" +#include "mgen_data.h" #include "mon-stuff.h" #include "mon-util.h" #include "mutation.h" -- cgit v1.2.3-54-g00ecf