From b329535ef75d914497d6d7a5afdb541bb409e2fe Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 22 Dec 2007 21:00:02 +0000 Subject: [PATCH] Do a cleanup of some includes introduced in 2007-12-22T12:08:47Z!koraq@xs4all.nl, spotted by Sapient. --- src/game_events.hpp | 18 +++++++++--------- src/variable.hpp | 5 ++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/game_events.hpp b/src/game_events.hpp index f3e377f37a0..6915ce7589b 100644 --- a/src/game_events.hpp +++ b/src/game_events.hpp @@ -14,15 +14,7 @@ #ifndef GAME_EVENTS_H_INCLUDED #define GAME_EVENTS_H_INCLUDED -class config; -class game_data; -class game_display; -class game_state; -class gamestatus; -class team; -class t_string; -class unit; - +#include "config.hpp" #include "map.hpp" #include "soundsource.hpp" #include "variable.hpp" @@ -31,6 +23,14 @@ class unit; #include #include +class game_data; +class game_display; +class game_state; +class gamestatus; +class team; +class t_string; +class unit; + //! @file game_events.hpp //! Define the game's events mechanism. diff --git a/src/variable.hpp b/src/variable.hpp index f421fa25949..ed53571478a 100644 --- a/src/variable.hpp +++ b/src/variable.hpp @@ -16,13 +16,12 @@ #ifndef VARIABLE_H_INCLUDED #define VARIABLE_H_INCLUDED -#include "config.hpp" -#include "tstring.hpp" - #include #include +class config; class game_state; +class t_string; class unit_map; /**