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 graph.hxx,1.3,1.4 manager.cx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.3,1.4 manager.cxx,1.3,1.4 node.cxx,1.3,1.4 node.hxx,1.2,1.3 pingus.cxx,1.4,1.5 stat.hxx,1.3,1.4 worldmap.cxx,1.2,1.3
Date: 2 Jul 2002 13:36:09 -0000

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

Modified Files:
        graph.hxx manager.cxx node.cxx node.hxx pingus.cxx stat.hxx 
        worldmap.cxx 
Log Message:
some cleanup


Index: graph.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/graph.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- graph.hxx   24 Jun 2002 22:52:59 -0000      1.3
+++ graph.hxx   2 Jul 2002 13:36:07 -0000       1.4
@@ -24,8 +24,6 @@
 #include "../boost/smart_ptr.hpp"
 #include "node.hxx"
 
-#include "../libxmlfwd.hxx"
-
 namespace Pingus
 {
   namespace WorldMap

Index: manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- manager.cxx 20 Jun 2002 11:23:53 -0000      1.3
+++ manager.cxx 2 Jul 2002 13:36:07 -0000       1.4
@@ -17,8 +17,6 @@
 //  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/display.h>
-
 #include <ClanLib/Display/Input/input.h>
 #include "../path_manager.hxx"
 #include "../delta_manager.hxx"

Index: node.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- node.cxx    18 Jun 2002 21:17:16 -0000      1.3
+++ node.cxx    2 Jul 2002 13:36:07 -0000       1.4
@@ -28,6 +28,7 @@
 #include "../pingus_error.hxx"
 #include "../sound.hxx"
 #include "../pingus_resource.hxx"
+#include "../globals.hxx"
 #include "node.hxx"
 
 using namespace Pingus::WorldMap;

Index: node.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- node.hxx    24 Jun 2002 22:52:59 -0000      1.2
+++ node.hxx    2 Jul 2002 13:36:07 -0000       1.3
@@ -21,7 +21,6 @@
 #define HEADER_PINGUS_WORLDMAP_NODE_HXX
 
 #include "../sprite.hxx"
-#include "../globals.hxx"
 #include "node_data.hxx"
 
 class CL_Vector;

Index: pingus.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pingus.cxx  21 Jun 2002 07:45:36 -0000      1.4
+++ pingus.cxx  2 Jul 2002 13:36:07 -0000       1.5
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <math.h>
 #include "pingus.hxx"
 #include "../boost/smart_ptr.hpp"
 

Index: stat.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/stat.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stat.hxx    24 Jun 2002 22:52:59 -0000      1.3
+++ stat.hxx    2 Jul 2002 13:36:07 -0000       1.4
@@ -23,8 +23,6 @@
 #include <map>
 #include "graph.hxx"
 
-#include "../libxmlfwd.hxx"
-
 /** This class holds the information on a level's completeness, etc.
     It's only here for internal use by PingusWorldMapStat. */
 class PingusWorldMapNodeStat

Index: worldmap.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- worldmap.cxx        21 Jun 2002 07:45:36 -0000      1.2
+++ worldmap.cxx        2 Jul 2002 13:36:07 -0000       1.3
@@ -25,18 +25,10 @@
 #include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/mouse.h>
 #include "../path_manager.hxx"
-#include "../pingus_error.hxx"
 #include "../system.hxx"
-#include "../globals.hxx"
-#include "../display.hxx"
-#include "../target_provider.hxx"
 #include "../pingus_resource.hxx"
 #include "../globals.hxx"
-#include "../algo.hxx"
-#include "../game_session.hxx"
-#include "../blitter.hxx"
 #include "../sound.hxx"
-#include "../console.hxx"
 #include "worldmap.hxx"
 #include "pingus.hxx"
 




reply via email to

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