wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src game_config.cpp game_config.hpp gam...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src game_config.cpp game_config.hpp gam...
Date: Wed, 09 Mar 2005 19:00:07 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/10 00:00:07

Modified files:
        src            : game_config.cpp game_config.hpp game_events.hpp 
                         gamestatus.hpp 

Log message:
        include cleanup: game*

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game_config.cpp.diff?tr1=1.93&tr2=1.94&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game_config.hpp.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game_events.hpp.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/gamestatus.hpp.diff?tr1=1.37&tr2=1.38&r1=text&r2=text

Patches:
Index: wesnoth/src/game_config.cpp
diff -u wesnoth/src/game_config.cpp:1.93 wesnoth/src/game_config.cpp:1.94
--- wesnoth/src/game_config.cpp:1.93    Sat Mar  5 15:39:17 2005
+++ wesnoth/src/game_config.cpp Thu Mar 10 00:00:06 2005
@@ -1,4 +1,4 @@
-/* $Id: game_config.cpp,v 1.93 2005/03/05 15:39:17 j_daniel Exp $ */
+/* $Id: game_config.cpp,v 1.94 2005/03/10 00:00:06 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -11,6 +11,7 @@
    See the COPYING file for more details.
 */
 
+#include "config.hpp"
 #include "global.hpp"
 
 #include "game_config.hpp"
Index: wesnoth/src/game_config.hpp
diff -u wesnoth/src/game_config.hpp:1.26 wesnoth/src/game_config.hpp:1.27
--- wesnoth/src/game_config.hpp:1.26    Sat Mar  5 15:39:18 2005
+++ wesnoth/src/game_config.hpp Thu Mar 10 00:00:06 2005
@@ -1,4 +1,4 @@
-/* $Id: game_config.hpp,v 1.26 2005/03/05 15:39:18 j_daniel Exp $ */
+/* $Id: game_config.hpp,v 1.27 2005/03/10 00:00:06 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,7 +13,7 @@
 #ifndef GAME_CONFIG_H_INCLUDED
 #define GAME_CONFIG_H_INCLUDED
 
-#include "config.hpp"
+class config;
 
 #include <string>
 
Index: wesnoth/src/game_events.hpp
diff -u wesnoth/src/game_events.hpp:1.24 wesnoth/src/game_events.hpp:1.25
--- wesnoth/src/game_events.hpp:1.24    Sun Mar  6 18:12:16 2005
+++ wesnoth/src/game_events.hpp Thu Mar 10 00:00:06 2005
@@ -1,4 +1,4 @@
-/* $Id: game_events.hpp,v 1.24 2005/03/06 18:12:16 ydirson Exp $ */
+/* $Id: game_events.hpp,v 1.25 2005/03/10 00:00:06 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,13 +13,12 @@
 #ifndef GAME_EVENTS_H_INCLUDED
 #define GAME_EVENTS_H_INCLUDED
 
-#include "config.hpp"
-#include "display.hpp"
+class config;
+class display;
 #include "gamestatus.hpp"
 #include "map.hpp"
 #include "team.hpp"
 #include "unit.hpp"
-#include "unit_types.hpp"
 
 #include <map>
 
Index: wesnoth/src/gamestatus.hpp
diff -u wesnoth/src/gamestatus.hpp:1.37 wesnoth/src/gamestatus.hpp:1.38
--- wesnoth/src/gamestatus.hpp:1.37     Sun Feb 20 22:30:27 2005
+++ wesnoth/src/gamestatus.hpp  Thu Mar 10 00:00:06 2005
@@ -1,4 +1,4 @@
-/* $Id: gamestatus.hpp,v 1.37 2005/02/20 22:30:27 gruikya Exp $ */
+/* $Id: gamestatus.hpp,v 1.38 2005/03/10 00:00:06 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -15,7 +15,6 @@
 
 #include "log.hpp"
 #include "unit.hpp"
-#include "unit_types.hpp"
 
 #include <time.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]