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/command.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 7ce3e38ea6..457a598224 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -27,7 +27,6 @@ #include "describe.h" #include "files.h" #include "ghost.h" -#include "initfile.h" #include "invent.h" #include "itemname.h" #include "items.h" @@ -52,7 +51,6 @@ #include "terrain.h" #include "transfor.h" #include "view.h" -#include "shout.h" #include "viewchar.h" static void _adjust_item(void); -- cgit v1.2.3-54-g00ecf