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

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

[Wesnoth-cvs-commits] wesnoth/src ai_attack.cpp pathfind.cpp pathfind...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src ai_attack.cpp pathfind.cpp pathfind...
Date: Thu, 10 Mar 2005 15:17:18 -0500

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

Modified files:
        src            : ai_attack.cpp pathfind.cpp pathfind.hpp 
                         pathutils.hpp 

Log message:
        include cleanup: path*

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/ai_attack.cpp.diff?tr1=1.59&tr2=1.60&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/pathfind.cpp.diff?tr1=1.62&tr2=1.63&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/pathfind.hpp.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/pathutils.hpp.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: wesnoth/src/ai_attack.cpp
diff -u wesnoth/src/ai_attack.cpp:1.59 wesnoth/src/ai_attack.cpp:1.60
--- wesnoth/src/ai_attack.cpp:1.59      Wed Mar  9 21:21:37 2005
+++ wesnoth/src/ai_attack.cpp   Thu Mar 10 20:17:17 2005
@@ -1,4 +1,4 @@
-/* $Id: ai_attack.cpp,v 1.59 2005/03/09 21:21:37 ydirson Exp $ */
+/* $Id: ai_attack.cpp,v 1.60 2005/03/10 20:17:17 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -16,6 +16,7 @@
 #include "actions.hpp"
 #include "ai.hpp"
 #include "game_config.hpp"
+#include "gamestatus.hpp"
 #include "log.hpp"
 #include "pathfind.hpp"
 #include "util.hpp"
Index: wesnoth/src/pathfind.cpp
diff -u wesnoth/src/pathfind.cpp:1.62 wesnoth/src/pathfind.cpp:1.63
--- wesnoth/src/pathfind.cpp:1.62       Thu Mar  3 22:43:25 2005
+++ wesnoth/src/pathfind.cpp    Thu Mar 10 20:17:17 2005
@@ -1,4 +1,4 @@
-/* $Id: pathfind.cpp,v 1.62 2005/03/03 22:43:25 ydirson Exp $ */
+/* $Id: pathfind.cpp,v 1.63 2005/03/10 20:17:17 ydirson Exp $ */
 /*
 Copyright (C) 2003 by David White <address@hidden>
 Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,6 +13,7 @@
 
 #include "global.hpp"
 
+#include "gamestatus.hpp"
 #include "log.hpp"
 #include "pathfind.hpp"
 #include "util.hpp"
Index: wesnoth/src/pathfind.hpp
diff -u wesnoth/src/pathfind.hpp:1.35 wesnoth/src/pathfind.hpp:1.36
--- wesnoth/src/pathfind.hpp:1.35       Fri Jan 21 20:16:43 2005
+++ wesnoth/src/pathfind.hpp    Thu Mar 10 20:17:17 2005
@@ -1,4 +1,4 @@
-/* $Id: pathfind.hpp,v 1.35 2005/01/21 20:16:43 Sirp Exp $ */
+/* $Id: pathfind.hpp,v 1.36 2005/03/10 20:17:17 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -14,7 +14,7 @@
 #define PATHFIND_H_INCLUDED
 
 #include "array.hpp"
-#include "gamestatus.hpp"
+class gamestatus;
 #include "log.hpp"
 #include "map.hpp"
 #include "pathutils.hpp"
Index: wesnoth/src/pathutils.hpp
diff -u wesnoth/src/pathutils.hpp:1.4 wesnoth/src/pathutils.hpp:1.5
--- wesnoth/src/pathutils.hpp:1.4       Sat Feb 19 09:26:31 2005
+++ wesnoth/src/pathutils.hpp   Thu Mar 10 20:17:17 2005
@@ -1,4 +1,4 @@
-/* $Id: pathutils.hpp,v 1.4 2005/02/19 09:26:31 isaaccp Exp $ */
+/* $Id: pathutils.hpp,v 1.5 2005/03/10 20:17:17 ydirson Exp $ */
 /*
 Copyright (C) 2003 by David White <address@hidden>
 Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -14,7 +14,6 @@
 #ifndef PATHUTILS_H_INCLUDED
 #define PATHUTILS_H_INCLUDED
 
-#include "global.hpp"
 #include "map.hpp"
 
 //function which tells if two locations are adjacent.




reply via email to

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