summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.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/ghost.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/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 527dd1e90a..f78487fed4 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -22,7 +22,6 @@ REVISION("$Rev$");
#include "place.h"
#include "player.h"
#include "religion.h"
-#include "view.h"
#include <vector>
#define MAX_GHOST_DAMAGE 50