pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/traps bumper.cxx,1.1,1.2 hammer.cxx,1


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/traps bumper.cxx,1.1,1.2 hammer.cxx,1.1,1.2 laser_exit.cxx,1.1,1.2 smasher.cxx,1.1,1.2
Date: 13 Jun 2002 14:25:15 -0000

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

Modified Files:
        bumper.cxx hammer.cxx laser_exit.cxx smasher.cxx 
Log Message:
removed unrequired include statements


Index: bumper.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/bumper.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bumper.cxx  12 Jun 2002 19:11:32 -0000      1.1
+++ bumper.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -19,10 +19,7 @@
 
 #include <ClanLib/Display/Display/surfaceprovider.h>
 #include "../world.hxx"
-#include "../action_holder.hxx"
 #include "../pingus_resource.hxx"
-#include "../sound.hxx"
-#include "../algo.hxx"
 #include "../col_map.hxx"
 #include "../pingu_holder.hxx"
 #include "bumper.hxx"

Index: hammer.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/hammer.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hammer.cxx  12 Jun 2002 19:11:32 -0000      1.1
+++ hammer.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -19,10 +19,7 @@
 
 #include "../world.hxx"
 #include "hammer.hxx"
-#include "../particles/ground_particle.hxx"
 #include "../pingus_resource.hxx"
-#include "../algo.hxx"
-#include "../action_holder.hxx"
 #include "../pingu_action_factory.hxx"
 #include "../pingu_holder.hxx"
 #include "../pingu.hxx"

Index: laser_exit.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/laser_exit.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- laser_exit.cxx      12 Jun 2002 19:11:32 -0000      1.1
+++ laser_exit.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 "../world.hxx"
-#include "../action_holder.hxx"
 #include "../pingus_resource.hxx"
 #include "../pingu_action_factory.hxx"
 #include "../pingu_holder.hxx"

Index: smasher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/smasher.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smasher.cxx 12 Jun 2002 19:11:32 -0000      1.1
+++ smasher.cxx 13 Jun 2002 14:25:13 -0000      1.2
@@ -19,13 +19,11 @@
 
 #include "../col_map.hxx"
 #include "../world.hxx"
-#include "../action_holder.hxx"
 #include "../pingu_holder.hxx"
 #include "../pingus_resource.hxx"
 #include "../sound.hxx"
 #include "../particles/smoke_particle.hxx"
 #include "../particles/particle_holder.hxx"
-#include "../actions/splashed.hxx"
 #include "../algo.hxx"
 #include "smasher.hxx"
 #include "../pingu_action_factory.hxx"




reply via email to

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