summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
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/mon-speak.cc
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/mon-speak.cc')
-rw-r--r--crawl-ref/source/mon-speak.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-speak.cc b/crawl-ref/source/mon-speak.cc
index 63f8233529..32f583f947 100644
--- a/crawl-ref/source/mon-speak.cc
+++ b/crawl-ref/source/mon-speak.cc
@@ -18,7 +18,6 @@
#include "branch.h"
#include "cluautil.h"
#include "database.h"
-#include "debug.h"
#include "dlua.h"
#include "ghost.h"
#include "libutil.h"