From 02dec00a6a1cfb49a5bde44fa515f0982d459f44 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 17 Nov 2009 14:05:36 +0100 Subject: Flatten header dependencies a bit. This removes a couple of unnecessary includes from header files. I may have missed adding some tiles includes. --- crawl-ref/source/godabil.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/godabil.cc') diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc index 27439a3890..aef7df3fc5 100644 --- a/crawl-ref/source/godabil.cc +++ b/crawl-ref/source/godabil.cc @@ -13,6 +13,7 @@ #include "coord.h" #include "coordit.h" #include "database.h" +#include "directn.h" #include "effects.h" #include "files.h" #include "godabil.h" @@ -37,6 +38,7 @@ #include "spells4.h" #include "spl-book.h" #include "spl-util.h" +#include "state.h" #include "stuff.h" #include "terrain.h" #include "view.h" -- cgit v1.2.3-54-g00ecf