summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index f50ff8d5b1..97e94b829a 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -32,7 +32,6 @@ REVISION("$Rev$");
#include "stuff.h"
#include "transfor.h"
#include "tutorial.h"
-#include "view.h"
typedef std::string (*string_fn)();
typedef std::map<std::string, string_fn> skill_op_map;