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 SolidColorBackground.cc,1


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds SolidColorBackground.cc,1.12,1.13 SolidColorBackground.hh,1.15,1.16 StarfieldBackground.hh,1.15,1.16 SurfaceBackgroundData.cc,1.17,1.18
Date: 8 Jun 2002 23:11:10 -0000

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

Modified Files:
        SolidColorBackground.cc SolidColorBackground.hh 
        StarfieldBackground.hh SurfaceBackgroundData.cc 
Log Message:
remove redundant includes (simplifies doxygen output)


Index: SolidColorBackground.cc
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SolidColorBackground.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- SolidColorBackground.cc     1 Jun 2002 18:05:36 -0000       1.12
+++ SolidColorBackground.cc     8 Jun 2002 23:11:08 -0000       1.13
@@ -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 <ClanLib/core.h>
 #include <ClanLib/display.h>
 #include "SolidColorBackground.hh"
 #include "../XMLhelper.hh"

Index: SolidColorBackground.hh
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SolidColorBackground.hh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- SolidColorBackground.hh     8 Jun 2002 21:43:36 -0000       1.15
+++ SolidColorBackground.hh     8 Jun 2002 23:11:08 -0000       1.16
@@ -21,7 +21,6 @@
 #define SOLIDCOLORBACKGROUND_HH
 
 #include "../StringConverter.hh"
-#include "../boost/smart_ptr.hpp"
 #include "../Color.hh"
 #include "../WorldObj.hh"
 #include "../WorldObjData.hh"

Index: StarfieldBackground.hh
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/StarfieldBackground.hh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- StarfieldBackground.hh      8 Jun 2002 21:43:36 -0000       1.15
+++ StarfieldBackground.hh      8 Jun 2002 23:11:08 -0000       1.16
@@ -21,7 +21,6 @@
 #define STARFIELDBACKGROUND_HH
 
 #include "../StringConverter.hh"
-#include "../boost/smart_ptr.hpp"
 #include "../WorldObj.hh"
 #include "../WorldObjData.hh"
 

Index: SurfaceBackgroundData.cc
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SurfaceBackgroundData.cc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- SurfaceBackgroundData.cc    8 Jun 2002 20:19:54 -0000       1.17
+++ SurfaceBackgroundData.cc    8 Jun 2002 23:11:08 -0000       1.18
@@ -20,7 +20,6 @@
 #include "../XMLhelper.hh"
 #include "../StringConverter.hh"
 #include "SurfaceBackground.hh"
-#include "SurfaceBackgroundData.hh"
 
 SurfaceBackgroundData::SurfaceBackgroundData()
 {




reply via email to

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