summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-03 17:21:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-03 17:25:51 +0100
commit2d1e76ee49199a8846fa591c23347b8cdae27489 (patch)
treea1ff142708619b0408cf9c70768a7e973a551fb1 /crawl-ref/source/wiz-mon.cc
parent2999d4af3666a04748cdb17681a08902a8803ad1 (diff)
downloadcrawl-ref-2d1e76ee49199a8846fa591c23347b8cdae27489.tar.gz
crawl-ref-2d1e76ee49199a8846fa591c23347b8cdae27489.zip
Axe a buttload of useless #includes.
Can't test Android, MSVC or Mac, but a very brief glance at the diff suggests it's unlikely they're affected.
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index ff16c8e345..98a0a27424 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -4,6 +4,7 @@
**/
#include "AppHdr.h"
+#include <sstream>
#include "wiz-mon.h"
@@ -15,7 +16,6 @@
#include "colour.h"
#include "dbg-util.h"
#include "delay.h"
-#include "describe.h"
#include "directn.h"
#include "dungeon.h"
#include "env.h"
@@ -38,7 +38,6 @@
#include "output.h"
#include "religion.h"
#include "shout.h"
-#include "showsymb.h"
#include "spl-miscast.h"
#include "spl-util.h"
#include "state.h"