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.cxx,1.1,1.2 manager.cx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.cxx,1.1,1.2 manager.cxx,1.1,1.2 node.cxx,1.1,1.2 pingus.cxx,1.1,1.2
Date: 13 Jun 2002 14:25:15 -0000

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

Modified Files:
        graph.cxx manager.cxx node.cxx pingus.cxx 
Log Message:
removed unrequired include statements


Index: graph.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/graph.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- graph.cxx   12 Jun 2002 19:03:33 -0000      1.1
+++ graph.cxx   13 Jun 2002 14:25:13 -0000      1.2
@@ -18,18 +18,9 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <ClanLib/Display/Display/display.h>
-#include "../system.hxx"
 #include "../my_gettext.hxx"
 #include "../pingus_error.hxx"
-#include "../path_manager.hxx"
-#include "../xml_plf.hxx"
-#include "../console.hxx"
 #include "../xml_helper.hxx"
-#include "../string_converter.hxx"
-#include "../sound.hxx"
-#include "../game_session.hxx"
-#include "manager.hxx"
-#include "node.hxx"
 #include "graph.hxx"
 
 using namespace Pingus::WorldMap;

Index: manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- manager.cxx 12 Jun 2002 19:03:33 -0000      1.1
+++ manager.cxx 13 Jun 2002 14:25:13 -0000      1.2
@@ -20,7 +20,6 @@
 #include <ClanLib/Display/Input/input.h>
 #include "../path_manager.hxx"
 #include "../delta_manager.hxx"
-#include "../algo.hxx"
 #include "../display.hxx"
 #include "worldmap.hxx"
 #include "manager.hxx"

Index: node.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- node.cxx    12 Jun 2002 19:03:33 -0000      1.1
+++ node.cxx    13 Jun 2002 14:25:13 -0000      1.2
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "manager.hxx"
-#include "node.hxx"
 #include "../my_gettext.hxx"
 #include "../path_manager.hxx"
 #include "../system.hxx"

Index: pingus.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus.cxx  12 Jun 2002 19:03:33 -0000      1.1
+++ pingus.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -17,9 +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 <cmath>
-
-#include "../pingus_resource.hxx"
 #include "pingus.hxx"
 #include "../boost/smart_ptr.hpp"
 




reply via email to

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