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

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

[Wesnoth-cvs-commits] wesnoth/src cavegen.hpp dialogs.cpp image.hpp m...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src cavegen.hpp dialogs.cpp image.hpp m...
Date: Wed, 09 Mar 2005 20:47:57 -0500

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

Modified files:
        src            : cavegen.hpp dialogs.cpp image.hpp map.hpp 
                         team.hpp unit_types.hpp 

Log message:
        include cleanup: map

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/cavegen.hpp.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/dialogs.cpp.diff?tr1=1.85&tr2=1.86&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/image.hpp.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/map.hpp.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/team.hpp.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/unit_types.hpp.diff?tr1=1.61&tr2=1.62&r1=text&r2=text

Patches:
Index: wesnoth/src/cavegen.hpp
diff -u wesnoth/src/cavegen.hpp:1.6 wesnoth/src/cavegen.hpp:1.7
--- wesnoth/src/cavegen.hpp:1.6 Wed Mar  9 20:48:42 2005
+++ wesnoth/src/cavegen.hpp     Thu Mar 10 01:47:57 2005
@@ -1,6 +1,7 @@
 #ifndef CAVEGEN_HPP_INCLUDED
 #define CAVEGEN_HPP_INCLUDED
 
+#include "config.hpp"
 #include "mapgen.hpp"
 
 #include <set>
Index: wesnoth/src/dialogs.cpp
diff -u wesnoth/src/dialogs.cpp:1.85 wesnoth/src/dialogs.cpp:1.86
--- wesnoth/src/dialogs.cpp:1.85        Wed Mar  9 22:58:18 2005
+++ wesnoth/src/dialogs.cpp     Thu Mar 10 01:47:57 2005
@@ -1,4 +1,4 @@
-/* $Id: dialogs.cpp,v 1.85 2005/03/09 22:58:18 ydirson Exp $ */
+/* $Id: dialogs.cpp,v 1.86 2005/03/10 01:47:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -22,6 +22,7 @@
 #include "help.hpp"
 #include "language.hpp"
 #include "log.hpp"
+#include "map.hpp"
 #include "playturn.hpp"
 #include "preferences.hpp"
 #include "replay.hpp"
Index: wesnoth/src/image.hpp
diff -u wesnoth/src/image.hpp:1.32 wesnoth/src/image.hpp:1.33
--- wesnoth/src/image.hpp:1.32  Sat Nov 27 09:49:44 2004
+++ wesnoth/src/image.hpp       Thu Mar 10 01:47:57 2005
@@ -3,6 +3,7 @@
 
 #include "map.hpp"
 #include "unit.hpp"
+#include "sdl_utils.hpp"
 
 #include "SDL.h"
 #include <string>
Index: wesnoth/src/map.hpp
diff -u wesnoth/src/map.hpp:1.32 wesnoth/src/map.hpp:1.33
--- wesnoth/src/map.hpp:1.32    Sat Feb 19 09:26:31 2005
+++ wesnoth/src/map.hpp Thu Mar 10 01:47:57 2005
@@ -1,4 +1,4 @@
-/* $Id: map.hpp,v 1.32 2005/02/19 09:26:31 isaaccp Exp $ */
+/* $Id: map.hpp,v 1.33 2005/03/10 01:47:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -14,7 +14,8 @@
 #ifndef MAP_H_INCLUDED
 #define MAP_H_INCLUDED
 
-#include "config.hpp"
+class config;
+
 #include "terrain.hpp"
 
 #include <map>
Index: wesnoth/src/team.hpp
diff -u wesnoth/src/team.hpp:1.52 wesnoth/src/team.hpp:1.53
--- wesnoth/src/team.hpp:1.52   Sat Jan 22 10:47:17 2005
+++ wesnoth/src/team.hpp        Thu Mar 10 01:47:57 2005
@@ -1,4 +1,4 @@
-/* $Id: team.hpp,v 1.52 2005/01/22 10:47:17 silene Exp $ */
+/* $Id: team.hpp,v 1.53 2005/03/10 01:47:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -20,6 +20,8 @@
 #include <string>
 #include <vector>
 
+#include "SDL.h"
+
 //This class stores all the data for a single 'side' (in game nomenclature).
 //e.g. there is only one leader unit per team.
 class team
Index: wesnoth/src/unit_types.hpp
diff -u wesnoth/src/unit_types.hpp:1.61 wesnoth/src/unit_types.hpp:1.62
--- wesnoth/src/unit_types.hpp:1.61     Mon Feb 28 03:44:44 2005
+++ wesnoth/src/unit_types.hpp  Thu Mar 10 01:47:57 2005
@@ -1,4 +1,4 @@
-/* $Id: unit_types.hpp,v 1.61 2005/02/28 03:44:44 Sirp Exp $ */
+/* $Id: unit_types.hpp,v 1.62 2005/03/10 01:47:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,11 +13,12 @@
 #ifndef UNIT_TYPES_H_INCLUDED
 #define UNIT_TYPES_H_INCLUDED
 
+#include "animated.hpp"
 #include "config.hpp"
 #include "map.hpp"
 #include "race.hpp"
 #include "team.hpp"
-#include "animated.hpp"
+#include "util.hpp"
 
 #include <string>
 #include <vector>




reply via email to

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