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 starfield_background.cxx,


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds starfield_background.cxx,1.1,1.2 surface_background.cxx,1.1,1.2 thunderstorm_background_data.cxx,1.1,1.2
Date: 13 Jun 2002 14:25:15 -0000

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

Modified Files:
        starfield_background.cxx surface_background.cxx 
        thunderstorm_background_data.cxx 
Log Message:
removed unrequired include statements


Index: starfield_background.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/starfield_background.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- starfield_background.cxx    12 Jun 2002 19:02:30 -0000      1.1
+++ starfield_background.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 <fstream>
-#include "../globals.hxx"
 #include "../editor/sprite_editorobj.hxx"
 #include "../world.hxx"
 #include "../pingus_resource.hxx"

Index: surface_background.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/surface_background.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- surface_background.cxx      12 Jun 2002 19:02:30 -0000      1.1
+++ surface_background.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,17 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <cassert>
-
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include <ClanLib/Display/Display/display.h>
-#include "../globals.hxx"
 #include "../timer.hxx"
 #include "../pingus_resource.hxx"
 #include "../globals.hxx"
 #include "../blitter.hxx"
-#include "../caimagemanipulation/caimagemanipulation.h"
-
 #include "surface_background.hxx"
 
 SurfaceBackground::SurfaceBackground(const SurfaceBackgroundData& bg_data)

Index: thunderstorm_background_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/thunderstorm_background_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thunderstorm_background_data.cxx    12 Jun 2002 19:02:30 -0000      1.1
+++ thunderstorm_background_data.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 <fstream>
-#include <iostream>
 #include "../xml_helper.hxx"
 #include "thunderstorm_background.hxx"
 




reply via email to

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