pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx,1.5,1.6 starfield_background.hxx,1.5,1.6 surface_background.hxx,1.3,1.4 surface_background_data.hxx,1.6,1.7 thunderstorm_background.hxx,1.2,1.3 thunderstorm_background_data.hxx,1.5,1.6
Date: 2 Jul 2002 13:36:08 -0000

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

Modified Files:
        solidcolor_background.hxx starfield_background.hxx 
        surface_background.hxx surface_background_data.hxx 
        thunderstorm_background.hxx thunderstorm_background_data.hxx 
Log Message:
some cleanup


Index: solidcolor_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/solidcolor_background.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- solidcolor_background.hxx   1 Jul 2002 18:36:39 -0000       1.5
+++ solidcolor_background.hxx   2 Jul 2002 13:36:06 -0000       1.6
@@ -26,7 +26,6 @@
 #include "../worldobj_data.hxx"
 #include "../editor/rect_editorobj.hxx"
 #include "../editor/editor_view.hxx"
-#include "../boost/smart_ptr.hpp"
 
 #include "../libxmlfwd.hxx"
 

Index: starfield_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/starfield_background.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- starfield_background.hxx    1 Jul 2002 18:36:39 -0000       1.5
+++ starfield_background.hxx    2 Jul 2002 13:36:06 -0000       1.6
@@ -23,8 +23,7 @@
 #include "../string_converter.hxx"
 #include "../worldobj.hxx"
 #include "../worldobj_data.hxx"
-#include "../boost/smart_ptr.hpp"
-
+#include "../editor/sprite_editorobj.hxx"
 #include "../libxmlfwd.hxx"
 
 class StarfieldBackgroundData : public WorldObjData

Index: surface_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/surface_background.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- surface_background.hxx      24 Jun 2002 22:52:58 -0000      1.3
+++ surface_background.hxx      2 Jul 2002 13:36:06 -0000       1.4
@@ -21,7 +21,6 @@
 #define HEADER_PINGUS_BACKGROUNDS_SURFACE_BACKGROUND_HXX
 
 #include "../worldobj.hxx"
-#include "../anim_counter.hxx"
 #include "../game_counter.hxx"
 #include "surface_background_data.hxx"
 

Index: surface_background_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/surface_background_data.hxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- surface_background_data.hxx 1 Jul 2002 18:36:39 -0000       1.6
+++ surface_background_data.hxx 2 Jul 2002 13:36:06 -0000       1.7
@@ -25,10 +25,10 @@
 #include "../worldobj_data.hxx"
 #include "../color.hxx"
 #include "../res_descriptor.hxx"
-#include "../boost/smart_ptr.hpp"
 
-class SurfaceBackground;
 #include "../libxmlfwd.hxx"
+
+class SurfaceBackground;
 
 class SurfaceBackgroundData : public WorldObjData
 {

Index: thunderstorm_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/thunderstorm_background.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- thunderstorm_background.hxx 24 Jun 2002 22:52:58 -0000      1.2
+++ thunderstorm_background.hxx 2 Jul 2002 13:36:06 -0000       1.3
@@ -20,7 +20,6 @@
 #ifndef HEADER_PINGUS_BACKGROUNDS_THUNDERSTORM_BACKGROUND_HXX
 #define HEADER_PINGUS_BACKGROUNDS_THUNDERSTORM_BACKGROUND_HXX
 
-#include <vector>
 #include "../worldobj.hxx"
 #include "thunderstorm_background_data.hxx"
 

Index: thunderstorm_background_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/thunderstorm_background_data.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- thunderstorm_background_data.hxx    1 Jul 2002 18:36:39 -0000       1.5
+++ thunderstorm_background_data.hxx    2 Jul 2002 13:36:06 -0000       1.6
@@ -22,7 +22,6 @@
 
 #include "../worldobj_data.hxx"
 #include "../editor/sprite_editorobj.hxx"
-#include "../boost/smart_ptr.hpp"
 
 #include "../libxmlfwd.hxx"
 




reply via email to

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