From b32961261d7bc5e777bffba3ad75f70337ac41df Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 10 Nov 2009 12:44:06 +0100 Subject: Remove some obsolete view.h-includes. --- crawl-ref/source/abl-show.cc | 1 - crawl-ref/source/cloud.cc | 1 - crawl-ref/source/format.cc | 1 - crawl-ref/source/godwrath.cc | 1 - crawl-ref/source/invent.cc | 1 - crawl-ref/source/itemname.cc | 1 - crawl-ref/source/items.cc | 1 - crawl-ref/source/libgui.cc | 1 - crawl-ref/source/makeitem.cc | 1 - crawl-ref/source/menu.cc | 1 - crawl-ref/source/output.cc | 1 - crawl-ref/source/state.cc | 1 - crawl-ref/source/teleport.cc | 1 - crawl-ref/source/tilereg.cc | 1 - 14 files changed, 14 deletions(-) diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index 3e7173f8bd..65fadfa10d 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -57,7 +57,6 @@ #include "stuff.h" #include "transfor.h" #include "tutorial.h" -#include "view.h" #include "shout.h" #ifdef UNIX diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc index 89ccae3cec..768de70f57 100644 --- a/crawl-ref/source/cloud.cc +++ b/crawl-ref/source/cloud.cc @@ -25,7 +25,6 @@ #include "spells4.h" #include "stuff.h" #include "terrain.h" -#include "view.h" #include "shout.h" #include "mutation.h" #include "los.h" diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc index 7bed575cd3..725b34b492 100644 --- a/crawl-ref/source/format.cc +++ b/crawl-ref/source/format.cc @@ -8,7 +8,6 @@ #include "colour.h" #include "format.h" #include "showsymb.h" -#include "view.h" #include "shout.h" #include "viewchar.h" diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc index 235506d214..357b35d42d 100644 --- a/crawl-ref/source/godwrath.cc +++ b/crawl-ref/source/godwrath.cc @@ -35,7 +35,6 @@ #include "spl-mis.h" #include "stash.h" #include "transfor.h" -#include "view.h" #include "shout.h" #include "xom.h" diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc index 923f09257d..f6848309a7 100644 --- a/crawl-ref/source/invent.cc +++ b/crawl-ref/source/invent.cc @@ -37,7 +37,6 @@ #include "shopping.h" #include "showsymb.h" #include "stuff.h" -#include "view.h" #include "shout.h" #include "menu.h" #include "mon-util.h" diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc index edaf36c274..0f5935f2e5 100644 --- a/crawl-ref/source/itemname.cc +++ b/crawl-ref/source/itemname.cc @@ -45,7 +45,6 @@ #include "state.h" #include "stuff.h" #include "transfor.h" -#include "view.h" #include "shout.h" diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index 0914663fea..64793c4feb 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -63,7 +63,6 @@ #include "state.h" #include "terrain.h" #include "tutorial.h" -#include "view.h" #include "shout.h" #include "viewgeom.h" #include "xom.h" diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc index 00298aae72..100f6a9775 100644 --- a/crawl-ref/source/libgui.cc +++ b/crawl-ref/source/libgui.cc @@ -28,7 +28,6 @@ #include "tiles.h" #include "tilesdl.h" #include "travel.h" -#include "view.h" #include "shout.h" #include "viewgeom.h" diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index 5d6cd56fac..3e9dfaddab 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -28,7 +28,6 @@ #include "random.h" #include "spl-book.h" #include "travel.h" -#include "view.h" #include "shout.h" void item_set_appearance(item_def &item); diff --git a/crawl-ref/source/menu.cc b/crawl-ref/source/menu.cc index d62d120b9a..f95c33a179 100644 --- a/crawl-ref/source/menu.cc +++ b/crawl-ref/source/menu.cc @@ -17,7 +17,6 @@ #include "options.h" #include "player.h" #include "tutorial.h" -#include "view.h" #include "shout.h" #ifdef USE_TILE diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 25ab8cb7fa..05b9a425dd 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -50,7 +50,6 @@ #include "stuff.h" #include "transfor.h" #include "travel.h" -#include "view.h" #include "shout.h" #include "viewchar.h" #include "viewgeom.h" diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index da7f8f0fa5..8d739e67b9 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -23,7 +23,6 @@ #include "religion.h" #include "state.h" #include "tutorial.h" -#include "view.h" #include "shout.h" game_state::game_state() diff --git a/crawl-ref/source/teleport.cc b/crawl-ref/source/teleport.cc index 11f6831fa5..21207698e5 100644 --- a/crawl-ref/source/teleport.cc +++ b/crawl-ref/source/teleport.cc @@ -17,7 +17,6 @@ #include "random.h" #include "state.h" #include "terrain.h" -#include "view.h" #include "shout.h" bool random_near_space(const coord_def& origin, coord_def& target, diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc index a88531d66a..f57652ff1a 100644 --- a/crawl-ref/source/tilereg.cc +++ b/crawl-ref/source/tilereg.cc @@ -42,7 +42,6 @@ #include "terrain.h" #include "transfor.h" #include "travel.h" -#include "view.h" #include "shout.h" #include "viewgeom.h" -- cgit v1.2.3-54-g00ecf