From eb73b52e6a37549429835df3509fd6f626ff8824 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Tue, 8 Sep 2009 20:12:39 +0000 Subject: [PATCH] Include cleanup. --- src/construct_dialog.cpp | 1 + src/display.hpp | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/construct_dialog.cpp b/src/construct_dialog.cpp index b1b0ffc7763..b5dbdf7c3a9 100644 --- a/src/construct_dialog.cpp +++ b/src/construct_dialog.cpp @@ -19,6 +19,7 @@ #include "construct_dialog.hpp" #include "display.hpp" +#include "game_config.hpp" #include "gettext.hpp" #include "sound.hpp" #include "log.hpp" diff --git a/src/display.hpp b/src/display.hpp index 819665d8cae..b5a3e84b92b 100644 --- a/src/display.hpp +++ b/src/display.hpp @@ -34,9 +34,6 @@ #define DISPLAY_H_INCLUDED class config; -class team; -class unit; -class unit_map; class terrain_builder; class map_labels; @@ -46,10 +43,10 @@ class map_labels; #include "key.hpp" #include "map_location.hpp" #include "reports.hpp" -#include "team.hpp" #include "time_of_day.hpp" #include "theme.hpp" #include "video.hpp" +#include "viewpoint.hpp" #include "widgets/button.hpp" #include "SDL.h"