pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions basher.cxx,1.1,1.2 climber.cx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions basher.cxx,1.1,1.2 climber.cxx,1.1,1.2 drown.cxx,1.1,1.2 exiter.cxx,1.1,1.2 floater.cxx,1.1,1.2 laser_kill.cxx,1.1,1.2 miner.cxx,1.1,1.2 smashed.cxx,1.1,1.2 splashed.cxx,1.1,1.2 teleported.cxx,1.1,1.2
Date: 13 Jun 2002 14:25:15 -0000

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

Modified Files:
        basher.cxx climber.cxx drown.cxx exiter.cxx floater.cxx 
        laser_kill.cxx miner.cxx smashed.cxx splashed.cxx 
        teleported.cxx 
Log Message:
removed unrequired include statements


Index: basher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/basher.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basher.cxx  12 Jun 2002 19:01:42 -0000      1.1
+++ basher.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -20,7 +20,6 @@
 #include "../pingu_map.hxx"
 #include "../world.hxx"
 #include "../pingus_resource.hxx"
-#include "../particles/ground_particle.hxx"
 #include "../globals.hxx"
 #include "../pingu.hxx"
 #include "basher.hxx"

Index: climber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/climber.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- climber.cxx 12 Jun 2002 19:01:42 -0000      1.1
+++ climber.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include "../pingu.hxx"
 #include "../col_map.hxx"
-#include "../pingus_resource.hxx"
 #include "climber.hxx"
 
 Climber::Climber()

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

Index: exiter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/exiter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- exiter.cxx  12 Jun 2002 19:01:42 -0000      1.1
+++ exiter.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -18,10 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../pingu.hxx"
-#include "../globals.hxx"
 #include "../sound.hxx"
-#include "../pingus_resource.hxx"
-#include "../algo.hxx"
 #include "exiter.hxx"
 
 void

Index: floater.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/floater.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- floater.cxx 12 Jun 2002 19:01:42 -0000      1.1
+++ floater.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../pingu.hxx"
-#include "../pingus_resource.hxx"
 #include "floater.hxx"
 
 Floater::Floater()

Index: laser_kill.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/laser_kill.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- laser_kill.cxx      12 Jun 2002 19:01:42 -0000      1.1
+++ laser_kill.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,13 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <cstdio>
-
 #include "../pingu.hxx"
-#include "../pingus_resource.hxx"
 #include "laser_kill.hxx"
-#include "../particles/ground_particle.hxx"
-#include "../algo.hxx"
 
 LaserKill::LaserKill()
 {

Index: miner.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/miner.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- miner.cxx   12 Jun 2002 19:01:42 -0000      1.1
+++ miner.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -22,7 +22,6 @@
 #include "../world.hxx"
 #include "../pingus_resource.hxx"
 #include "../sound.hxx"
-#include "../algo.hxx"
 #include "../pingu.hxx"
 #include "miner.hxx"
 

Index: smashed.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/smashed.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smashed.cxx 12 Jun 2002 19:01:42 -0000      1.1
+++ smashed.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../pingu.hxx"
-#include "../pingus_resource.hxx"
 #include "smashed.hxx"
 
 void

Index: splashed.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/splashed.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- splashed.cxx        12 Jun 2002 19:01:42 -0000      1.1
+++ splashed.cxx        13 Jun 2002 14:25:12 -0000      1.2
@@ -18,9 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../pingu.hxx"
-#include "../pingus_resource.hxx"
 #include "../sound.hxx"
-#include "../algo.hxx"
 #include "splashed.hxx"
 
 Splashed::Splashed(void)

Index: teleported.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/teleported.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- teleported.cxx      12 Jun 2002 19:01:43 -0000      1.1
+++ teleported.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../pingu.hxx"
-#include "../pingus_resource.hxx"
 #include "teleported.hxx"
 
 Teleported::Teleported(void)




reply via email to

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