pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor_event.cxx,1.1,1.2 edito


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_event.cxx,1.1,1.2 editor_groundpiece_obj.cxx,1.1,1.2 object_manager.cxx,1.1,1.2 plfobj.cxx,1.1,1.2 rect_editorobj.cxx,1.1,1.2 scroll_map.cxx,1.1,1.2 start_pos.cxx,1.1,1.2 status_line.cxx,1.1,1.2 string_reader.cxx,1.1,1.2 thumb_cache.cxx,1.1,1.2 weather_obj.cxx,1.1,1.2
Date: 13 Jun 2002 14:25:15 -0000

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

Modified Files:
        editor_event.cxx editor_groundpiece_obj.cxx object_manager.cxx 
        plfobj.cxx rect_editorobj.cxx scroll_map.cxx start_pos.cxx 
        status_line.cxx string_reader.cxx thumb_cache.cxx 
        weather_obj.cxx 
Log Message:
removed unrequired include statements


Index: editor_event.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_event.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor_event.cxx    12 Jun 2002 19:11:31 -0000      1.1
+++ editor_event.cxx    13 Jun 2002 14:25:13 -0000      1.2
@@ -30,16 +30,12 @@
 #include "../globals.hxx"
 #include "../system.hxx"
 #include "../pingus_error.hxx"
-#include "../system.hxx"
 #include "../loading.hxx"
-#include "../display.hxx"
-#include "../backgrounds/surface_background_data.hxx"
 #include "../my_gettext.hxx"
 #include "object_manager.hxx"
 #include "editorobj_group.hxx"
 #include "string_reader.hxx"
 #include "editor_event.hxx"
-#include "panel.hxx"
 #include "scroll_map.hxx"
 #include "panel.hxx"
 #include "object_selector.hxx"

Index: editor_groundpiece_obj.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/editor/editor_groundpiece_obj.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor_groundpiece_obj.cxx  12 Jun 2002 19:11:31 -0000      1.1
+++ editor_groundpiece_obj.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -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 "../pingus_resource.hxx"
 #include "../boost/smart_ptr.hpp"
 
 #include "editor_groundpiece_obj.hxx"

Index: object_manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_manager.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- object_manager.cxx  12 Jun 2002 19:11:31 -0000      1.1
+++ object_manager.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -17,16 +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 <iostream>
-
 #include <ClanLib/Core/Math/rect.h>
 #include <ClanLib/Display/Input/keyboard.h>
 #include <ClanLib/Display/Input/key.h>
 #include "../globals.hxx"
-#include "../algo.hxx"
 #include "../system.hxx"
 #include "../plf_plf.hxx"
-#include "../xml_plf.hxx"
 #include "../xml_helper.hxx"
 #include "../pingus_resource.hxx"
 #include "../pingus_error.hxx"

Index: plfobj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/plfobj.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plfobj.cxx  12 Jun 2002 19:11:31 -0000      1.1
+++ plfobj.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -17,13 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <fstream>
-#include <stdio.h>
-
-#include "../xml_helper.hxx"
-#include "../display.hxx"
 #include "../pingus_error.hxx"
-#include "../pingus_resource.hxx"
 #include "../boost/smart_ptr.hpp"
 #include "editor_view.hxx"
 #include "plfobj.hxx"

Index: rect_editorobj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/rect_editorobj.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rect_editorobj.cxx  12 Jun 2002 19:11:31 -0000      1.1
+++ rect_editorobj.cxx  13 Jun 2002 14:25:13 -0000      1.2
@@ -18,8 +18,6 @@
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <ClanLib/Core/Math/rect.h>
-#include "../my_gettext.hxx"
-#include "../boost/smart_ptr.hpp"
 #include "editor_view.hxx"
 #include "rect_editorobj.hxx"
 

Index: scroll_map.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/scroll_map.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scroll_map.cxx      12 Jun 2002 19:11:31 -0000      1.1
+++ scroll_map.cxx      13 Jun 2002 14:25:13 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include <ClanLib/Display/Display/display.h>
 #include "scroll_map.hxx"
-#include "../display.hxx"
 #include "editor.hxx"
 #include "object_manager.hxx"
 

Index: start_pos.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/start_pos.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- start_pos.cxx       12 Jun 2002 19:11:31 -0000      1.1
+++ start_pos.cxx       13 Jun 2002 14:25:13 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include <fstream>
 #include "../xml_helper.hxx"
-#include "../pingus_resource.hxx"
 #include "../boost/smart_ptr.hpp"
 #include "start_pos.hxx"
 

Index: status_line.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/status_line.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- status_line.cxx     12 Jun 2002 19:11:31 -0000      1.1
+++ status_line.cxx     13 Jun 2002 14:25:13 -0000      1.2
@@ -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 <cstdio>
 #include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/mouse.h>
 #include <ClanLib/Display/Display/display.h>

Index: string_reader.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/string_reader.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- string_reader.cxx   12 Jun 2002 19:11:31 -0000      1.1
+++ string_reader.cxx   13 Jun 2002 14:25:13 -0000      1.2
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <ClanLib/Core/System/system.h>
-#include <ClanLib/Display/Input/key.h>
 #include <ClanLib/Display/Input/inputdevice.h>
 #include <ClanLib/Display/Input/inputbuffer.h>
 #include <ClanLib/Display/Display/display.h>

Index: thumb_cache.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/thumb_cache.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thumb_cache.cxx     12 Jun 2002 19:11:31 -0000      1.1
+++ thumb_cache.cxx     13 Jun 2002 14:25:13 -0000      1.2
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include <ClanLib/Display/Display/surface.h>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include "../globals.hxx"
 #include "../blitter.hxx"

Index: weather_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/weather_obj.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- weather_obj.cxx     12 Jun 2002 19:11:31 -0000      1.1
+++ weather_obj.cxx     13 Jun 2002 14:25:13 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include <fstream>
 #include "../xml_helper.hxx"
-#include "../pingus_resource.hxx"
 #include "../boost/smart_ptr.hpp"
 #include "editor_view.hxx"
 #include "weather_obj.hxx"




reply via email to

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