summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-09 13:09:44 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-09 13:09:44 +0200
commitc3ef6541c79d4abcc7ce4e0306501a7aa51256c1 (patch)
tree89fe46840c09905cef1c5744450acf52035444ee /crawl-ref/source/hiscores.cc
parent731382be4957e6dd99ffcb69c14f1f0bc641fb35 (diff)
downloadcrawl-ref-c3ef6541c79d4abcc7ce4e0306501a7aa51256c1.tar.gz
crawl-ref-c3ef6541c79d4abcc7ce4e0306501a7aa51256c1.zip
Remove unnecessary includes of view.h.
Compilation of console crawl on Linux succeeds; please complain if other platforms break.
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 793b38d1cc..f094715974 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -55,7 +55,6 @@ REVISION("$Rev$");
#include "stuff.h"
#include "tags.h"
#include "version.h"
-#include "view.h"
#include "skills2.h"
#define SCORE_VERSION "0.1"