summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-29 01:04:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-29 01:07:36 +0100
commit43e8c26a322190663cd1abd83e399fa188c9ebf5 (patch)
tree97cee4334fdae6d9c3660c661ff320eec3152c4d /crawl-ref/source/command.cc
parent0fb30d88f3708e3cc3a6f82a8f13c7d8fbaace0e (diff)
downloadcrawl-ref-43e8c26a322190663cd1abd83e399fa188c9ebf5.tar.gz
crawl-ref-43e8c26a322190663cd1abd83e399fa188c9ebf5.zip
Drop tagstring.{cc,h}
A whole file for four lines of code.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index fdc14412f3..3e6fb24ba0 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -48,7 +48,6 @@
#include "stuff.h"
#include "env.h"
#include "syscalls.h"
-#include "tagstring.h"
#include "terrain.h"
#ifdef USE_TILE
#include "tilepick.h"