summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-04-07 14:14:59 -0400
committerNeil Moore <neil@s-z.org>2013-04-07 14:14:59 -0400
commit93115fbd83c575fe52375471611108d92d50bfb7 (patch)
tree2b9bd276c2709f3f6a50cd4fc79fb7e06de87601 /crawl-ref/source/hints.cc
parent937ef5271fc9c34118c23f83feddc2f5fac572b2 (diff)
downloadcrawl-ref-93115fbd83c575fe52375471611108d92d50bfb7.tar.gz
crawl-ref-93115fbd83c575fe52375471611108d92d50bfb7.zip
Remove a duplicate prototype.
The commit 937ef52 added a prototype for is_feature to viewmap.h, but there was already a prototype in view.h. Remove the old one, since viewmap.h is shorter, and furthermore remove a now-unnecessary #include of view.h.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index fabdc5035e..cef61d0067 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -55,7 +55,6 @@
#include "tags.h"
#include "terrain.h"
#include "travel.h"
-#include "view.h"
#include "viewchar.h"
#include "viewgeom.h"
#include "viewmap.h"