summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-25 16:23:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-26 17:03:17 +0200
commitdb6b5446353da6bc61d2c2eab5cfbafb82d99704 (patch)
treed39a016d8b0fce05d76ccd2e37827d442640d237 /crawl-ref/source/AppHdr.h
parent26712a4bbb1c739a328539688a824aa384bc2dd1 (diff)
downloadcrawl-ref-db6b5446353da6bc61d2c2eab5cfbafb82d99704.tar.gz
crawl-ref-db6b5446353da6bc61d2c2eab5cfbafb82d99704.zip
Include debug.h earlier.
Via externs.h -> bitary.h, it was effectively included by everything anyway, and this way simplifies include chains.
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 7754b8e531..af6914b14a 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -407,6 +407,7 @@ static inline void UNUSED(const volatile T &)
# include "msvc.h"
#endif
+#include "debug.h"
#include "externs.h"
#ifdef TARGET_COMPILER_VC