pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor ObjectManager.cc,1.66,1.67 Obj


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor ObjectManager.cc,1.66,1.67 ObjectSelector.cc,1.63,1.64 ObjectSelector.hh,1.29,1.30
Date: 10 Jun 2002 15:01:26 -0000

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

Modified Files:
        ObjectManager.cc ObjectSelector.cc ObjectSelector.hh 
Log Message:
some more include cleanup


Index: ObjectManager.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/ObjectManager.cc,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ObjectManager.cc    10 Jun 2002 11:00:28 -0000      1.66
+++ ObjectManager.cc    10 Jun 2002 15:01:23 -0000      1.67
@@ -27,9 +27,9 @@
 #include "../System.hh"
 #include "../PLFPLF.hh"
 #include "../XMLPLF.hh"
+#include "../XMLhelper.hh"
 #include "../PingusResource.hh"
 #include "../PingusError.hh"
-#include "../XMLhelper.hh"
 #include "StartPos.hh"
 #include "ObjectManager.hh"
 #include "EditorView.hh"

Index: ObjectSelector.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/ObjectSelector.cc,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- ObjectSelector.cc   10 Jun 2002 11:00:28 -0000      1.63
+++ ObjectSelector.cc   10 Jun 2002 15:01:23 -0000      1.64
@@ -43,7 +43,6 @@
 #include "../backgrounds/SurfaceBackgroundData.hh"
 #include "../backgrounds/SolidColorBackground.hh"
 #include "../backgrounds/ThunderstormBackground.hh"
-#include "../backgrounds/ThunderstormBackgroundData.hh"
 
 #include "../worldobjs/Teleporter.hh"
 #include "../worldobjs/IceBlock.hh"

Index: ObjectSelector.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/ObjectSelector.hh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ObjectSelector.hh   7 Jun 2002 20:35:14 -0000       1.29
+++ ObjectSelector.hh   10 Jun 2002 15:01:23 -0000      1.30
@@ -22,7 +22,6 @@
 
 #include <config.h>
 #include <list>
-#include <string>
 #include "../GroundpieceData.hh"
 
 class EditorObj;




reply via email to

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