pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs IceBlock.cc,1.26,1.27 IceBl


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs IceBlock.cc,1.26,1.27 IceBlock.hh,1.20,1.21 InfoBox.hh,1.4,1.5 SwitchDoor.cc,1.28,1.29 SwitchDoor.hh,1.21,1.22
Date: 8 Jun 2002 23:11:11 -0000

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

Modified Files:
        IceBlock.cc IceBlock.hh InfoBox.hh SwitchDoor.cc SwitchDoor.hh 
Log Message:
remove redundant includes (simplifies doxygen output)


Index: IceBlock.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.cc,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- IceBlock.cc 8 Jun 2002 21:43:37 -0000       1.26
+++ IceBlock.cc 8 Jun 2002 23:11:09 -0000       1.27
@@ -22,7 +22,6 @@
 #include "../PinguHolder.hh"
 #include "../PingusResource.hh"
 #include "../XMLhelper.hh"
-#include "../GroundpieceData.hh"
 #include "../PinguMap.hh"
 #include "../GameTime.hh"
 #include "IceBlock.hh"

Index: IceBlock.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.hh,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- IceBlock.hh 8 Jun 2002 20:19:55 -0000       1.20
+++ IceBlock.hh 8 Jun 2002 23:11:09 -0000       1.21
@@ -20,7 +20,6 @@
 #ifndef ICEBLOCK_HH
 #define ICEBLOCK_HH
 
-#include <iosfwd>
 #include <ClanLib/core.h>
 
 #include "../WorldObjData.hh"

Index: InfoBox.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/InfoBox.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- InfoBox.hh  8 Jun 2002 20:19:55 -0000       1.4
+++ InfoBox.hh  8 Jun 2002 23:11:09 -0000       1.5
@@ -20,7 +20,6 @@
 #ifndef INFOBOX_HH
 #define INFOBOX_HH
 
-#include <ClanLib/core.h>
 #include "../WorldObj.hh"
 #include "../WorldObjData.hh"
 #include "../editor/SpriteEditorObj.hh"

Index: SwitchDoor.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/SwitchDoor.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- SwitchDoor.cc       8 Jun 2002 21:43:37 -0000       1.28
+++ SwitchDoor.cc       8 Jun 2002 23:11:09 -0000       1.29
@@ -22,7 +22,6 @@
 #include "../PinguHolder.hh"
 #include "../PingusResource.hh"
 #include "../editor/EditorView.hh"
-#include "../GroundpieceData.hh"
 #include "../XMLhelper.hh"
 #include "SwitchDoor.hh"
 

Index: SwitchDoor.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/SwitchDoor.hh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- SwitchDoor.hh       8 Jun 2002 20:19:55 -0000       1.21
+++ SwitchDoor.hh       8 Jun 2002 23:11:09 -0000       1.22
@@ -20,8 +20,6 @@
 #ifndef SWITCHDOOR_HH
 #define SWITCHDOOR_HH
 
-#include <ClanLib/core.h>
-#include "../boost/smart_ptr.hpp"
 #include "../WorldObj.hh"
 #include "../WorldObjData.hh"
 #include "../editor/SpriteEditorObj.hh"




reply via email to

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