From 6beb1feb1ede839a3f82c58fdeaa4fb8b50c332c Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Fri, 27 Mar 2009 22:13:51 +0000 Subject: [PATCH] Revert 2009-03-26T23:38:26Z!shadowm@wesnoth.org. There's no use to increase the header dependency. --- src/game.cpp | 1 + src/game_config.cpp | 1 + src/game_config.hpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index 313c87e6f27..f85bb566477 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -68,6 +68,7 @@ #include "serialization/preprocessor.hpp" #include "serialization/string_utils.hpp" #include "sha1.hpp" +#include "version.hpp" //#ifdef _WIN32 //#include "locale.h" diff --git a/src/game_config.cpp b/src/game_config.cpp index 1811e58b86b..20222d4a483 100644 --- a/src/game_config.cpp +++ b/src/game_config.cpp @@ -20,6 +20,7 @@ #include "gettext.hpp" #include "log.hpp" #include "util.hpp" +#include "version.hpp" #include "wesconfig.h" #include "serialization/string_utils.hpp" #ifdef HAVE_REVISION diff --git a/src/game_config.hpp b/src/game_config.hpp index d54024dad18..9fc0d950fc4 100644 --- a/src/game_config.hpp +++ b/src/game_config.hpp @@ -15,10 +15,10 @@ #define GAME_CONFIG_H_INCLUDED class config; +class version_info; #include "color_range.hpp" #include "tstring.hpp" -#include "version.hpp" #include #include