summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.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/newgame.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/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index d2838111b0..720e6110d0 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -61,7 +61,6 @@ REVISION("$Rev$");
#include "tiles.h"
#include "tutorial.h"
#include "version.h"
-#include "view.h"
extern std::string init_file_error;