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.hh,1.9,1.10 Spike.cc,1.1


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/traps Bumper.hh,1.9,1.10 Spike.cc,1.16,1.17 smasher.cc,1.32,1.33
Date: 8 Jun 2002 23:11:11 -0000

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

Modified Files:
        Bumper.hh Spike.cc smasher.cc 
Log Message:
remove redundant includes (simplifies doxygen output)


Index: Bumper.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/Bumper.hh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Bumper.hh   8 Jun 2002 16:08:16 -0000       1.9
+++ Bumper.hh   8 Jun 2002 23:11:09 -0000       1.10
@@ -21,7 +21,6 @@
 #define BUMPER_HH
 
 #include "../Trap.hh"
-#include "../TrapData.hh"
 
 ///
 class Bumper : public Trap

Index: Spike.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/Spike.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Spike.cc    8 Jun 2002 16:08:16 -0000       1.16
+++ Spike.cc    8 Jun 2002 23:11:09 -0000       1.17
@@ -17,7 +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 "../PinguEnums.hh"
 #include "../PingusResource.hh"
 #include "../PinguHolder.hh"
 #include "../World.hh"

Index: smasher.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/smasher.cc,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- smasher.cc  8 Jun 2002 16:08:16 -0000       1.32
+++ smasher.cc  8 Jun 2002 23:11:09 -0000       1.33
@@ -27,9 +27,7 @@
 #include "../particles/ParticleHolder.hh"
 #include "../actions/Splashed.hh"
 #include "../algo.hh"
-#include "../GroundpieceData.hh"
 #include "smasher.hh"
-#include "../boost/smart_ptr.hpp"
 
 using boost::shared_ptr;
 




reply via email to

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