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/dbg-asrt.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/dbg-asrt.cc') diff --git a/crawl-ref/source/dbg-asrt.cc b/crawl-ref/source/dbg-asrt.cc index 53338f52c8..50ebea9af5 100644 --- a/crawl-ref/source/dbg-asrt.cc +++ b/crawl-ref/source/dbg-asrt.cc @@ -12,12 +12,15 @@ #include "clua.h" #include "coord.h" +#include "coordit.h" #include "crash.h" #include "dbg-crsh.h" #include "dbg-scan.h" #include "dbg-util.h" #include "directn.h" #include "dlua.h" +#include "dungeon.h" +#include "env.h" #include "initfile.h" #include "jobs.h" #include "mapmark.h" @@ -29,6 +32,7 @@ #include "spl-cast.h" #include "spl-util.h" #include "state.h" +#include "travel.h" #ifdef DEBUG static std::string _assert_msg; -- cgit v1.2.3-54-g00ecf