pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap PingusWorldMap.hh,1.24,1.25


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap PingusWorldMap.hh,1.24,1.25 PingusWorldMapGraph.cc,1.32,1.33 PingusWorldMapGraph.hh,1.22,1.23 PingusWorldMapNodeData.cc,1.3,1.4 PingusWorldMapPingus.hh,1.12,1.13 PingusWorldMapStat.hh,1.5,1.6
Date: 8 Jun 2002 23:11:11 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv22739/worldmap

Modified Files:
        PingusWorldMap.hh PingusWorldMapGraph.cc 
        PingusWorldMapGraph.hh PingusWorldMapNodeData.cc 
        PingusWorldMapPingus.hh PingusWorldMapStat.hh 
Log Message:
remove redundant includes (simplifies doxygen output)


Index: PingusWorldMap.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/PingusWorldMap.hh,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- PingusWorldMap.hh   8 Jun 2002 21:43:36 -0000       1.24
+++ PingusWorldMap.hh   8 Jun 2002 23:11:09 -0000       1.25
@@ -21,9 +21,7 @@
 #define PINGUSWORLDMAP_HH
 
 #include <string>
-#include <ClanLib/core.h>
 //#include "../generic/Graph.hh"
-#include "PingusWorldMapGraph.hh"
 #include "PingusWorldMapPingus.hh"
 #include "PingusWorldMapStat.hh"
 

Index: PingusWorldMapGraph.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/PingusWorldMapGraph.cc,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- PingusWorldMapGraph.cc      6 Jun 2002 14:05:44 -0000       1.32
+++ PingusWorldMapGraph.cc      8 Jun 2002 23:11:09 -0000       1.33
@@ -17,12 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <ClanLib/core.h>
-#include <ClanLib/display.h>
-
 #include "../System.hh"
 #include "../my_gettext.hh"
-#include "../globals.hh"
 #include "../PingusError.hh"
 #include "../PathManager.hh"
 #include "../XMLPLF.hh"

Index: PingusWorldMapGraph.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/PingusWorldMapGraph.hh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- PingusWorldMapGraph.hh      8 Jun 2002 20:19:55 -0000       1.22
+++ PingusWorldMapGraph.hh      8 Jun 2002 23:11:09 -0000       1.23
@@ -20,8 +20,6 @@
 #ifndef PINGUSWORLDMAPGRAPH_HH
 #define PINGUSWORLDMAPGRAPH_HH
 
-#include <string>
-
 #include "../ResDescriptor.hh"
 #include "../XMLhelper.hh"
 #include "PingusWorldMapNode.hh"

Index: PingusWorldMapNodeData.cc
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldmap/PingusWorldMapNodeData.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PingusWorldMapNodeData.cc   8 Jun 2002 20:19:55 -0000       1.3
+++ PingusWorldMapNodeData.cc   8 Jun 2002 23:11:09 -0000       1.4
@@ -20,7 +20,6 @@
 #include "../StringConverter.hh"
 #include "../XMLhelper.hh"
 #include "PingusWorldMapNode.hh"
-#include "PingusWorldMapNodeData.hh"
 
 using namespace Pingus::WorldMap;
 

Index: PingusWorldMapPingus.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/PingusWorldMapPingus.hh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- PingusWorldMapPingus.hh     8 Jun 2002 20:19:55 -0000       1.12
+++ PingusWorldMapPingus.hh     8 Jun 2002 23:11:09 -0000       1.13
@@ -21,7 +21,6 @@
 #define PINGUSWORLDMAPPINGUS_HH
 
 #include <queue>
-#include "../Sprite.hh"
 #include "PingusWorldMapNode.hh"
 
 /** This is the representation of the horde of Pingus which will walk

Index: PingusWorldMapStat.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/PingusWorldMapStat.hh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- PingusWorldMapStat.hh       8 Jun 2002 20:19:55 -0000       1.5
+++ PingusWorldMapStat.hh       8 Jun 2002 23:11:09 -0000       1.6
@@ -20,7 +20,6 @@
 #ifndef PINGUSWORLDMAPSTAT_HH
 #define PINGUSWORLDMAPSTAT_HH
 
-#include <string>
 #include "PingusWorldMapGraph.hh"
 
 class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;




reply via email to

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