From 56f4565dfd89b09c0d16a20a6efb86f7e4c423c0 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Mon, 26 Oct 2009 17:29:49 +0530 Subject: remove unnecessary include of player.h (oops). --- crawl-ref/source/view.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h index d760e8726b..fd9c4dbf5f 100644 --- a/crawl-ref/source/view.h +++ b/crawl-ref/source/view.h @@ -8,9 +8,7 @@ #ifndef VIEW_H #define VIEW_H - #include "externs.h" -#include "player.h" // various elemental colour schemes... used for abstracting random // short lists. When adding colours, please also add their names in -- cgit v1.2.3-54-g00ecf