Author: shadowmaster
Date: Fri Mar 27 00:27:25 2009
New Revision: 34170

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34170&view=rev
Log:
Get rid of a silly forward declaration of class version_info and drag
version.hpp with game_config.hpp instead.

Modified:
    branches/1.6/src/game.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=34170&r1=34169&r2=34170&view=diff
==============================================================================
--- branches/1.6/src/game.cpp (original)
+++ branches/1.6/src/game.cpp Fri Mar 27 00:27:25 2009
@@ -61,7 +61,6 @@
 #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.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/game_config.hpp?rev=34170&r1=34169&r2=34170&view=diff
==============================================================================
--- branches/1.6/src/game_config.hpp (original)
+++ branches/1.6/src/game_config.hpp Fri Mar 27 00:27:25 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