Author: mordante
Date: Fri Mar 27 23:13:44 2009
New Revision: 34194

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34194&view=rev
Log:
Revert r34170 and r34172.

There's no use to increase the header dependency.

Modified:
    branches/1.6/src/game.cpp
    branches/1.6/src/game_config.cpp
    branches/1.6/src/game_config.hpp

Modified: branches/1.6/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/game.cpp?rev=34194&r1=34193&r2=34194&view=diff
==============================================================================
--- branches/1.6/src/game.cpp (original)
+++ branches/1.6/src/game.cpp Fri Mar 27 23:13:44 2009
@@ -61,6 +61,7 @@
 #include "thread.hpp"
 #include "titlescreen.hpp"
 #include "upload_log.hpp"
+#include "version.hpp"
 #include "wml_exception.hpp"
 #include "wml_separators.hpp"
 #include "serialization/binary_or_text.hpp"

Modified: branches/1.6/src/game_config.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/game_config.cpp?rev=34194&r1=34193&r2=34194&view=diff
==============================================================================
--- branches/1.6/src/game_config.cpp (original)
+++ branches/1.6/src/game_config.cpp Fri Mar 27 23:13:44 2009
@@ -19,6 +19,7 @@
 #include "gettext.hpp"
 #include "log.hpp"
 #include "util.hpp"
+#include "version.hpp"
 #include "wesconfig.h"
 #include "serialization/string_utils.hpp"
 #ifdef HAVE_REVISION

Modified: branches/1.6/src/game_config.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/game_config.hpp?rev=34194&r1=34193&r2=34194&view=diff
==============================================================================
--- branches/1.6/src/game_config.hpp (original)
+++ branches/1.6/src/game_config.hpp Fri Mar 27 23:13:44 2009
@@ -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 <string>
 #include <vector>


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to