From dba0e928767de98d65d7070e933d790e485cf3e7 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 10 Nov 2009 13:55:08 +0100 Subject: Remove a few obsolete includes. Also add a few previously indirect includes. --- crawl-ref/source/dbg-maps.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/dbg-maps.cc') diff --git a/crawl-ref/source/dbg-maps.cc b/crawl-ref/source/dbg-maps.cc index d5b22d0e98..9ec020e217 100644 --- a/crawl-ref/source/dbg-maps.cc +++ b/crawl-ref/source/dbg-maps.cc @@ -13,14 +13,12 @@ #include "coord.h" #include "dungeon.h" #include "map_knowledge.h" -#include "fprop.h" #include "initfile.h" #include "maps.h" #include "message.h" #include "place.h" #include "player.h" #include "view.h" -#include "shout.h" #ifdef DEBUG_DIAGNOSTICS // Map statistics generation. -- cgit v1.2.3-54-g00ecf