pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src action_button.cxx,1.1,1.2 action_hold


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src action_button.cxx,1.1,1.2 action_holder.cxx,1.1,1.2 algo.cxx,1.1,1.2 blitter.cxx,1.1,1.2 button_panel.cxx,1.1,1.2 capture_rectangle.cxx,1.1,1.2 client.cxx,1.1,1.2 col_map.cxx,1.1,1.2 config.cxx,1.1,1.2 console.cxx,1.1,1.2 controller.cxx,1.1,1.2 counter.cxx,1.1,1.2 demo_player.cxx,1.1,1.2 demo_recorder.cxx,1.1,1.2 display.cxx,1.1,1.2 entrance.cxx,1.1,1.2 exit.cxx,1.1,1.2 exit_menu.cxx,1.1,1.2 force_vector.cxx,1.1,1.2 fps_counter.cxx,1.1,1.2 game_counter.cxx,1.1,1.2 game_session.cxx,1.1,1.2 game_time.cxx,1.1,1.2 global_event.cxx,1.1,1.2 groundpiece_data.cxx,1.1,1.2 hotspot.cxx,1.1,1.2 intro.cxx,1.1,1.2 level_desc.cxx,1.1,1.2 level_result.cxx,1.1,1.2 liquid_data.cxx,1.1,1.2 main_menu.cxx,1.1,1.2 multiline_text.cxx,1.1,1.2 multiplayer_game.cxx,1.2,1.3 option_menu.cxx,1.1,1.2 pingu.cxx,1.1,1.2 pingu_action.cxx,1.1,1.2 pingu_action_factory.cxx,1.1,1.2 pingu_holder.cxx,1.1,1.2 pingu_info.cxx,1.1,1.2 pingus_counter.cxx,1.1,1.2 pingus_menu.cxx,1.1,1.2 pingus_menu_manager.cxx,1.1,1.2 pingus_resource.cxx,1.1,1.2 playfield.cxx,1.1,1.2 plf.cxx,1.1,1.2 plf_parser.cxx,1.1,1.2 plf_plf.cxx,1.1,1.2 plf_preview.cxx,1.1,1.2 plt_parser.cxx,1.1,1.2 plt_xml.cxx,1.1,1.2 psm_parser.cxx,1.1,1.2 result.cxx,1.1,1.2 screenshot.cxx,1.1,1.2 server.cxx,1.1,1.2 smallmap.cxx,1.1,1.2 smallmap_image.cxx,1.1,1.2 sound.cxx,1.1,1.2 sound_dummy.cxx,1.1,1.2 sound_real.cxx,1.1,1.2 spot_map.cxx,1.1,1.2 sprite.cxx,1.1,1.2 story.cxx,1.1,1.2 string_converter.cxx,1.1,1.2 surface_button.cxx,1.1,1.2 system.cxx,1.1,1.2 theme.cxx,1.1,1.2 theme_selector.cxx,1.1,1.2 time_display.cxx,1.1,1.2 timer.cxx,1.1,1.2 trap.cxx,1.1,1.2 true_server.cxx,1.1,1.2 view.cxx,1.1,1.2 world.cxx,1.1,1.2 worldobj.cxx,1.1,1.2 worldobj_group_data.cxx,1.1,1.2 xml_helper.cxx,1.1,1.2 xml_plf.cxx,1.2,1.3
Date: 13 Jun 2002 14:25:17 -0000

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

Modified Files:
        action_button.cxx action_holder.cxx algo.cxx blitter.cxx 
        button_panel.cxx capture_rectangle.cxx client.cxx col_map.cxx 
        config.cxx console.cxx controller.cxx counter.cxx 
        demo_player.cxx demo_recorder.cxx display.cxx entrance.cxx 
        exit.cxx exit_menu.cxx force_vector.cxx fps_counter.cxx 
        game_counter.cxx game_session.cxx game_time.cxx 
        global_event.cxx groundpiece_data.cxx hotspot.cxx intro.cxx 
        level_desc.cxx level_result.cxx liquid_data.cxx main_menu.cxx 
        multiline_text.cxx multiplayer_game.cxx option_menu.cxx 
        pingu.cxx pingu_action.cxx pingu_action_factory.cxx 
        pingu_holder.cxx pingu_info.cxx pingus_counter.cxx 
        pingus_menu.cxx pingus_menu_manager.cxx pingus_resource.cxx 
        playfield.cxx plf.cxx plf_parser.cxx plf_plf.cxx 
        plf_preview.cxx plt_parser.cxx plt_xml.cxx psm_parser.cxx 
        result.cxx screenshot.cxx server.cxx smallmap.cxx 
        smallmap_image.cxx sound.cxx sound_dummy.cxx sound_real.cxx 
        spot_map.cxx sprite.cxx story.cxx string_converter.cxx 
        surface_button.cxx system.cxx theme.cxx theme_selector.cxx 
        time_display.cxx timer.cxx trap.cxx true_server.cxx view.cxx 
        world.cxx worldobj.cxx worldobj_group_data.cxx xml_helper.cxx 
        xml_plf.cxx 
Log Message:
removed unrequired include statements


Index: action_button.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/action_button.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- action_button.cxx   12 Jun 2002 19:04:10 -0000      1.1
+++ action_button.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -17,12 +17,10 @@
 //  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/Core/Math/cl_vector.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/mouse.h>
-#include "algo.hxx"
 #include "globals.hxx"
 #include "pingus_resource.hxx"
 #include "action_button.hxx"

Index: action_holder.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/action_holder.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- action_holder.cxx   12 Jun 2002 19:04:10 -0000      1.1
+++ action_holder.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -17,11 +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 <iostream>
-#include "globals.hxx"
-
-#include "pingus_error.hxx"
-#include "timer.hxx"
 #include "globals.hxx"
 #include "plf.hxx"
 

Index: algo.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/algo.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- algo.cxx    12 Jun 2002 19:04:10 -0000      1.1
+++ algo.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -19,8 +19,6 @@
 //  02111-1307, USA. 
 
 #include "system.hxx"
-#include "algo.hxx"
-#include <cctype>
 #include <iostream>
 
 #include "globals.hxx"

Index: blitter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/blitter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- blitter.cxx 12 Jun 2002 19:04:45 -0000      1.1
+++ blitter.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -17,12 +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 <algorithm>
 #include <iostream>
-#include <cstdio>
-#include <assert.h>
-#include <ClanLib/Display/Display/surface.h>
-#include <ClanLib/Display/Display/surfaceprovider.h>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include <ClanLib/Display/Display/palette.h>
 #include "pingus_error.hxx"

Index: button_panel.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/button_panel.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- button_panel.cxx    12 Jun 2002 19:04:45 -0000      1.1
+++ button_panel.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -20,9 +20,7 @@
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/Input/mouse.h>
 #include <ClanLib/Display/Display/display.h>
-#include "pingus_resource.hxx"
 #include "globals.hxx"
-#include "pingu.hxx"
 #include "button_panel.hxx"
 #include "controller.hxx"
 #include "client.hxx"

Index: capture_rectangle.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/capture_rectangle.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- capture_rectangle.cxx       12 Jun 2002 19:09:37 -0000      1.1
+++ capture_rectangle.cxx       13 Jun 2002 14:25:12 -0000      1.2
@@ -17,12 +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 <iostream>
-#include <cstdio>
-#include <cassert>
-
 #include <ClanLib/Display/Font/font.h>
-#include "globals.hxx"
 #include "pingu.hxx"
 #include "string_converter.hxx"
 #include "pingus_resource.hxx"

Index: client.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/client.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- client.cxx  12 Jun 2002 19:09:37 -0000      1.1
+++ client.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -23,25 +23,17 @@
 #include <ClanLib/Display/Input/input.h>
 #include <ClanLib/Display/Input/keyboard.h>
 #include "globals.hxx"
-#include "client.hxx"
-#include "fade_out.hxx"
 #include "playfield.hxx"
-#include "level_interrupt.hxx"
-#include "system.hxx"
-#include "algo.hxx"
 #include "timer.hxx"
 #include "pingus_resource.hxx"
-#include "display.hxx"
 #include "level_result.hxx"
 #include "sound.hxx"
-#include "pingus_error.hxx"
 #include "option_menu.hxx"
 #include "time_display.hxx"
 #include "pingus_counter.hxx"
 #include "smallmap.hxx"
 #include "plf.hxx"
 #include "hurry_up.hxx"
-#include "mouse_controller.hxx"
 #include "path_manager.hxx"
 #include "gamepad_controller.hxx"
 #include "cursor.hxx"

Index: col_map.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/col_map.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- col_map.cxx 12 Jun 2002 19:09:37 -0000      1.1
+++ col_map.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -17,15 +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 <assert.h>
-#include <iostream>
-#include <fstream>
-#include <cstdio>
-#include <cstdlib>
-
-#include <ClanLib/Display/Display/surfaceprovider.h>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
-#include "algo.hxx"
 #include "globals.hxx"
 #include "pingus_resource.hxx"
 #include "pingus_error.hxx"

Index: config.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/config.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config.cxx  12 Jun 2002 19:09:37 -0000      1.1
+++ config.cxx  13 Jun 2002 14:25:12 -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 <iostream>
 
 #include "globals.hxx"

Index: console.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/console.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- console.cxx 12 Jun 2002 19:09:37 -0000      1.1
+++ console.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -17,11 +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 <algorithm>
-#include <cstdio>
-#include <stdio.h>
-#include <stdarg.h>
-#include <assert.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "pingus_resource.hxx"

Index: controller.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/controller.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- controller.cxx      12 Jun 2002 19:09:37 -0000      1.1
+++ controller.cxx      13 Jun 2002 14:25:12 -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 <ClanLib/signals.h>
 #include <ClanLib/Display/Input/inputbutton.h>
 #include <ClanLib/Display/Input/keyboard.h>
 #include <ClanLib/Display/Display/display.h>

Index: counter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/counter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- counter.cxx 12 Jun 2002 19:09:37 -0000      1.1
+++ counter.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -18,8 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include <cstdlib>
-#include <cassert>
 #include "counter.hxx"
 
 Counter::Counter()

Index: demo_player.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/demo_player.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- demo_player.cxx     12 Jun 2002 19:09:37 -0000      1.1
+++ demo_player.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -18,8 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "globals.hxx"
-#include "algo.hxx"
 #include "pingus_error.hxx"
 #include "demo_player.hxx"
 #include "my_gettext.hxx"

Index: demo_recorder.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/demo_recorder.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- demo_recorder.cxx   12 Jun 2002 19:09:37 -0000      1.1
+++ demo_recorder.cxx   13 Jun 2002 14:25:12 -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 <ctime>
 #include "system.hxx"
 #include "console.hxx"
 #include "pingus_error.hxx"

Index: display.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/display.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- display.cxx 12 Jun 2002 19:09:37 -0000      1.1
+++ display.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 <iostream>
-#include <algorithm>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Display/mousecursor.h>
 #include "globals.hxx"

Index: entrance.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/entrance.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- entrance.cxx        12 Jun 2002 19:09:37 -0000      1.1
+++ entrance.cxx        13 Jun 2002 14:25:12 -0000      1.2
@@ -17,13 +17,8 @@
 //  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 "world.hxx"
 #include "pingu_holder.hxx"
-#include "pingus_resource.hxx"
-#include "sound.hxx"
-#include "algo.hxx"
 #include "globals.hxx"
 #include "entrance.hxx"
 #include "game_time.hxx"

Index: exit.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/exit.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- exit.cxx    12 Jun 2002 19:09:37 -0000      1.1
+++ exit.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -17,15 +17,11 @@
 //  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 "col_map.hxx"
 #include "world.hxx"
 #include "globals.hxx"
-#include "pingus_resource.hxx"
 #include "exit.hxx"
 #include "pingu_holder.hxx"
-#include "actions/exiter.hxx"
 #include "string_converter.hxx"
 #include "pingu.hxx"
 

Index: exit_menu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/exit_menu.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- exit_menu.cxx       12 Jun 2002 19:09:37 -0000      1.1
+++ exit_menu.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 <ClanLib/Display/Display/display.h>
-#include <ClanLib/Display/Input/key.h>
 #include <ClanLib/Display/Input/input.h>
 #include "pingus_menu_manager.hxx"
 #include "pingus_resource.hxx"

Index: force_vector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/force_vector.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- force_vector.cxx    12 Jun 2002 19:09:37 -0000      1.1
+++ force_vector.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -19,9 +19,6 @@
 
 // Force Vectors Implementation - Made by Peter Todd
 
-#include <cmath>
-
-#include "globals.hxx"
 #include "force_vector.hxx"
 
 CL_Vector grav(0.0,1.0);

Index: fps_counter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/fps_counter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fps_counter.cxx     12 Jun 2002 19:09:37 -0000      1.1
+++ fps_counter.cxx     13 Jun 2002 14:25:12 -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/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>

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

Index: game_session.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_session.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- game_session.cxx    12 Jun 2002 19:09:37 -0000      1.1
+++ game_session.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -20,7 +20,6 @@
 #include "client.hxx"
 #include "true_server.hxx"
 #include "mouse_controller.hxx"
-#include "system.hxx"
 #include "game_session.hxx"
 #include "game_session_result.hxx"
 #include "plf.hxx"

Index: game_time.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_time.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- game_time.cxx       12 Jun 2002 19:09:37 -0000      1.1
+++ game_time.cxx       13 Jun 2002 14:25:12 -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 <iostream>
 #include "game_time.hxx"
 
 int GameTime::count;

Index: global_event.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/global_event.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- global_event.cxx    12 Jun 2002 19:09:37 -0000      1.1
+++ global_event.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include <ClanLib/Display/Input/input.h>
 #include <ClanLib/Display/Input/keyboard.h>
-#include <ClanLib/Display/Input/key.h>
 #include "screenshot.hxx"
 #include "console.hxx"
 #include "fps_counter.hxx"

Index: groundpiece_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/groundpiece_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- groundpiece_data.cxx        12 Jun 2002 19:09:37 -0000      1.1
+++ groundpiece_data.cxx        13 Jun 2002 14:25:12 -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 <list>
 #include <fstream>
 #include "xml_helper.hxx"
 #include "editor/editor_groundpiece_obj.hxx"

Index: hotspot.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/hotspot.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hotspot.cxx 12 Jun 2002 19:09:37 -0000      1.1
+++ hotspot.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -17,9 +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 <iostream>
-
 #include "hotspot.hxx"
 #include "globals.hxx"
 #include "pingus_resource.hxx"

Index: intro.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/intro.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intro.cxx   12 Jun 2002 19:09:37 -0000      1.1
+++ intro.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -24,10 +24,6 @@
 #include <ClanLib/Display/Input/keyboard.h>
 #include "pingus_menu_manager.hxx"
 #include "pingus_resource.hxx"
-#include "display.hxx"
-#include "globals.hxx"
-#include "loading.hxx"
-#include "algo.hxx"
 
 /* Headers needed for i18n / gettext */
 #include <clocale>

Index: level_desc.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/level_desc.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- level_desc.cxx      12 Jun 2002 19:09:37 -0000      1.1
+++ level_desc.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,9 +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 <iostream>
-#include <cstdio>
-
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>

Index: level_result.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/level_result.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- level_result.cxx    12 Jun 2002 19:09:37 -0000      1.1
+++ level_result.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -17,13 +17,10 @@
 //  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/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/mouse.h>
-#include "globals.hxx"
 #include "pingus_resource.hxx"
 #include "level_result.hxx"
 #include "display.hxx"

Index: liquid_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/liquid_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- liquid_data.cxx     12 Jun 2002 19:09:37 -0000      1.1
+++ liquid_data.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -21,7 +21,6 @@
 #include "liquid.hxx"
 #include "editor/plfobj.hxx"
 #include "string_converter.hxx"
-#include "liquid_data.hxx"
 #include "xml_helper.hxx"
 #include "boost/smart_ptr.hpp"
 

Index: main_menu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/main_menu.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- main_menu.cxx       12 Jun 2002 19:09:37 -0000      1.1
+++ main_menu.cxx       13 Jun 2002 14:25:12 -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 "alpha_button.hxx"
 #include "main_menu.hxx"
 
 MainMenu::MainMenu()

Index: multiline_text.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiline_text.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- multiline_text.cxx  12 Jun 2002 19:09:37 -0000      1.1
+++ multiline_text.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -17,8 +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 <cassert>
-#include <algorithm>
 #include <ClanLib/Display/Font/font.h>
 #include "multiline_text.hxx"
 

Index: multiplayer_game.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiplayer_game.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- multiplayer_game.cxx        13 Jun 2002 10:49:06 -0000      1.2
+++ multiplayer_game.cxx        13 Jun 2002 14:25:12 -0000      1.3
@@ -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 <memory>
 #include <ClanLib/Display/Input/input.h>
 #include <ClanLib/Display/Display/display.h>
 #include "path_manager.hxx"

Index: option_menu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/option_menu.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- option_menu.cxx     12 Jun 2002 19:09:37 -0000      1.1
+++ option_menu.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -17,8 +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/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>

Index: pingu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingu.cxx   12 Jun 2002 19:06:12 -0000      1.1
+++ pingu.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -17,26 +17,15 @@
 //  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 <cstdio>
-#include <cmath>
-
 #include <ClanLib/Display/Font/font.h>
-#include "actions/drown.hxx"
-#include "actions/splashed.hxx"
-#include "actions/laser_kill.hxx"
-
 #include "globals.hxx"
 #include "world.hxx"
 #include "pingu.hxx"
-#include "action_holder.hxx"
 #include "pingus_resource.hxx"
 #include "sound.hxx"
-#include "algo.hxx"
-#include "actions/smashed.hxx"
 #include "col_map.hxx"
+#include "pingu_action.hxx"
 #include "pingu_action_factory.hxx"
-#include "force_vector.hxx"
 #include "my_gettext.hxx"
 
 const float deadly_velocity = 20.0;

Index: pingu_action.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_action.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingu_action.cxx    12 Jun 2002 19:06:12 -0000      1.1
+++ pingu_action.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -17,11 +17,8 @@
 //  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 "col_map.hxx"
-#include "pingus_error.hxx"
 #include "world.hxx"
-#include "pingus_resource.hxx"
 #include "pingu.hxx"
 #include "pingu_action.hxx"
 

Index: pingu_action_factory.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_action_factory.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingu_action_factory.cxx    12 Jun 2002 19:06:12 -0000      1.1
+++ pingu_action_factory.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -30,7 +30,6 @@
 #include "actions/bridger.hxx"
 #include "actions/climber.hxx"
 #include "actions/digger.hxx"
-#include "actions/exiter.hxx"
 #include "actions/floater.hxx"
 #include "actions/miner.hxx"
 #include "actions/jumper.hxx"
@@ -46,7 +45,6 @@
 #include "actions/walker.hxx"
 
 #include "pingu_action_factory.hxx"
-#include "boost/smart_ptr.hpp"
 
 PinguActionFactory::PinguActionFactory ()
 {

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

Index: pingu_info.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_info.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingu_info.cxx      12 Jun 2002 19:06:12 -0000      1.1
+++ pingu_info.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,8 +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/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "algo.hxx"

Index: pingus_counter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_counter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus_counter.cxx  12 Jun 2002 19:06:12 -0000      1.1
+++ pingus_counter.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -17,11 +17,8 @@
 //  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/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
-#include "globals.hxx"
 #include "pingus_resource.hxx"
 #include "pingus_counter.hxx"
 #include "world.hxx"

Index: pingus_menu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_menu.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus_menu.cxx     12 Jun 2002 19:06:12 -0000      1.1
+++ pingus_menu.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -25,14 +25,10 @@
 #include "surface_button.hxx"
 #include "credits.hxx"
 #include "pingus_resource.hxx"
-#include "message_box.hxx"
-#include "pingus_error.hxx"
 #include "pingus_menu.hxx"
-#include "loading.hxx"
 #include "display.hxx"
 #include "sound.hxx"
 #include "debug.hxx"
-#include "blitter.hxx"
 
 PingusMenu::PingusMenu(PingusMenuManager* m)
   : PingusSubMenu (m)

Index: pingus_menu_manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_menu_manager.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus_menu_manager.cxx     12 Jun 2002 19:06:12 -0000      1.1
+++ pingus_menu_manager.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -22,8 +22,6 @@
 #include "globals.hxx"
 #include "display.hxx"
 #include "delta_manager.hxx"
-#include "pingus_resource.hxx"
-#include "pingus_menu.hxx"
 #include "fade_out.hxx"
 #include "pingus_menu_manager.hxx"
 

Index: pingus_resource.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_resource.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus_resource.cxx 12 Jun 2002 19:06:12 -0000      1.1
+++ pingus_resource.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -17,15 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <assert.h>
-#include <iostream>
 #include <ClanLib/png.h>
 #include <ClanLib/Display/Font/font.h>
 #include "system.hxx"
 #include "path_manager.hxx"
-#include "pingus_error.hxx"
 #include "globals.hxx"
-#include "algo.hxx"
 #include "pingus_resource.hxx"
 
 std::map<std::string, CL_ResourceManager*> PingusResource::resource_map;

Index: playfield.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/playfield.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- playfield.cxx       12 Jun 2002 19:06:13 -0000      1.1
+++ playfield.cxx       13 Jun 2002 14:25:12 -0000      1.2
@@ -17,19 +17,11 @@
 //  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 <cstdio>
-#include <cassert>
-
 #include <ClanLib/Display/Display/display.h>
 #include "controller.hxx"
-#include "algo.hxx"
 #include "globals.hxx"
 #include "playfield.hxx"
 #include "plf.hxx"
-#include "level_interrupt.hxx"
-#include "capture_rectangle.hxx"
-#include "game_time.hxx"
 #include "pingu_holder.hxx"
 #include "world.hxx"
 #include "server.hxx"

Index: plf.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plf.cxx     12 Jun 2002 19:06:13 -0000      1.1
+++ plf.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -17,15 +17,9 @@
 //  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 <cstdio>
-#include <cstdlib>
-
 #include "xml_plf.hxx"
 #include "plf_plf.hxx"
-#include "algo.hxx"
 #include "globals.hxx"
-#include "pingus_error.hxx"
 #include "system.hxx"
 
 using namespace std;

Index: plf_parser.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_parser.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plf_parser.cxx      12 Jun 2002 19:06:13 -0000      1.1
+++ plf_parser.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -18,8 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include <cstdio>
-#include <cstdlib>
 
 #include "string_converter.hxx"
 #include "plf_parser.hxx"

Index: plf_plf.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_plf.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plf_plf.cxx 12 Jun 2002 19:06:13 -0000      1.1
+++ plf_plf.cxx 13 Jun 2002 14:25:12 -0000      1.2
@@ -17,10 +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 <cstdlib>
-
-#include "algo.hxx"
 #include "globals.hxx"
 #include "pingus_error.hxx"
 #include "psm_parser.hxx"

Index: plf_preview.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_preview.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plf_preview.cxx     12 Jun 2002 19:06:13 -0000      1.1
+++ plf_preview.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -17,11 +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 <iostream>
-
 #include "spot_map.hxx"
-#include "pingus_resource.hxx"
-
 #include "plf_preview.hxx"
 
 PLFPreview::PLFPreview (PLF* p)

Index: plt_parser.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plt_parser.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plt_parser.cxx      12 Jun 2002 19:06:13 -0000      1.1
+++ plt_parser.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,8 +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 "pingus_error.hxx"
 #include "plt_parser.hxx"
 #include "my_gettext.hxx"

Index: plt_xml.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plt_xml.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plt_xml.cxx 12 Jun 2002 19:06:13 -0000      1.1
+++ plt_xml.cxx 13 Jun 2002 14:25:12 -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 "xml_helper.hxx"
 #include "globals.hxx"
 #include "pingus_error.hxx"
 #include "xml_helper.hxx"

Index: psm_parser.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/psm_parser.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- psm_parser.cxx      12 Jun 2002 19:06:13 -0000      1.1
+++ psm_parser.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,10 +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 <cstdio>
-
 #include "globals.hxx"
-#include "pingus_resource.hxx"
 #include "pingus_error.hxx"
 
 #include "psm_parser.hxx"

Index: result.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/result.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- result.cxx  12 Jun 2002 19:09:37 -0000      1.1
+++ result.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -17,8 +17,8 @@
 //  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 "result.hxx"
+//#include <iostream>
+//#include "result.hxx"
 
 /*Result::Result()
 {

Index: screenshot.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screenshot.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- screenshot.cxx      12 Jun 2002 19:09:38 -0000      1.1
+++ screenshot.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,14 +17,11 @@
 //  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 <time.h>
 #include <fstream>
 #include <iostream>
 
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Display/target.h>
-#include "globals.hxx"
 #include "system.hxx"
 #include "screenshot.hxx"
 

Index: server.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/server.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- server.cxx  12 Jun 2002 19:09:38 -0000      1.1
+++ server.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -17,18 +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 <cstdio>
-#include <cstdlib>
-
 #include "system.hxx"
-#include "globals.hxx"
 #include "pingu.hxx"
 #include "server.hxx"
 #include "game_time.hxx"
-#include "pingu.hxx"
 #include "pingu_holder.hxx"
 #include "pingus_error.hxx"
-#include "plf.hxx"
 #include "string_converter.hxx"
 #include "world.hxx"
 

Index: smallmap.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/smallmap.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smallmap.cxx        12 Jun 2002 19:09:38 -0000      1.1
+++ smallmap.cxx        13 Jun 2002 14:25:12 -0000      1.2
@@ -19,20 +19,14 @@
 
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
-#include <ClanLib/Display/Input/key.h>
 #include <ClanLib/Display/Input/mouse.h>
-#include "exit_data.hxx"
-#include "entrance_data.hxx"
 
-#include "globals.hxx"
-#include "blitter.hxx"
 #include "pingu_holder.hxx"
 #include "display.hxx"
 #include "playfield.hxx"
 #include "world.hxx"
 #include "pingus_resource.hxx"
 #include "smallmap.hxx"
-#include "plf.hxx"
 #include "col_map.hxx"
 #include "server.hxx"
 #include "pingu.hxx"

Index: smallmap_image.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/smallmap_image.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smallmap_image.cxx  12 Jun 2002 19:09:38 -0000      1.1
+++ smallmap_image.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -18,11 +18,9 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
-#include "blitter.hxx"
 #include "pingus_resource.hxx"
 #include "world.hxx"
 #include "smallmap_image.hxx"
-#include "plf.hxx"
 #include "col_map.hxx"
 #include "server.hxx"
 

Index: sound.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sound.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound.cxx   12 Jun 2002 19:09:38 -0000      1.1
+++ sound.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -17,9 +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 <assert.h>
-
-#include "globals.hxx"
 #include "sound_dummy.hxx"
 
 PingusSound* PingusSound::sound;

Index: sound_dummy.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sound_dummy.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound_dummy.cxx     12 Jun 2002 19:09:38 -0000      1.1
+++ sound_dummy.cxx     13 Jun 2002 14:25:12 -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 <iostream>
 #include "globals.hxx"
 #include "sound_dummy.hxx"
 #include <iostream>

Index: sound_real.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sound_real.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound_real.cxx      12 Jun 2002 19:09:38 -0000      1.1
+++ sound_real.cxx      13 Jun 2002 14:25:12 -0000      1.2
@@ -17,13 +17,11 @@
 //  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/System/cl_assert.h>
 #include <ClanLib/sound.h>
 
 #include "globals.hxx"
-#include "pingus_error.hxx"
 #include "sound_real.hxx"
 
 

Index: spot_map.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/spot_map.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- spot_map.cxx        12 Jun 2002 19:09:38 -0000      1.1
+++ spot_map.cxx        13 Jun 2002 14:25:12 -0000      1.2
@@ -17,14 +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 <ClanLib/Display/Display/surfaceprovider.h>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include <ClanLib/Display/Display/display.h>
 #include "pingus_resource.hxx"
 #include "plf.hxx"
 #include "pingus_error.hxx"
 #include "blitter.hxx"
-#include "algo.hxx"
 #include "timer.hxx"
 #include "spot_map.hxx"
 #include "my_gettext.hxx"

Index: sprite.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sprite.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sprite.cxx  12 Jun 2002 19:09:38 -0000      1.1
+++ sprite.cxx  13 Jun 2002 14:25:12 -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 <iostream>
 #include <ClanLib/Core/Math/cl_vector.h>
 #include "pingus_resource.hxx"
 #include "sprite.hxx"

Index: story.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/story.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- story.cxx   12 Jun 2002 19:09:38 -0000      1.1
+++ story.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -19,11 +19,8 @@
 
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
-#include "display.hxx"
-#include "delta_manager.hxx"
 #include "pingus_resource.hxx"
 #include "pingus_menu_manager.hxx"
-#include "story.hxx"
 #include "worldmap/manager.hxx"
 
 Story::Story(PingusMenuManager* manager)

Index: string_converter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/string_converter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- string_converter.cxx        12 Jun 2002 19:09:38 -0000      1.1
+++ string_converter.cxx        13 Jun 2002 14:25:12 -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 "string_converter.hxx"
 
 int 

Index: surface_button.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/surface_button.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- surface_button.cxx  12 Jun 2002 19:09:38 -0000      1.1
+++ surface_button.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -21,10 +21,7 @@
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "sound.hxx"
-#include "globals.hxx"
 #include "pingus_resource.hxx"
-#include "loading.hxx"
-#include "system.hxx"
 #include "pingus_menu_manager.hxx"
 #include "credits.hxx"
 #include "editor/editor.hxx"

Index: system.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/system.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- system.cxx  12 Jun 2002 19:09:38 -0000      1.1
+++ system.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -31,7 +31,6 @@
 #  include <fstream>
 #endif
 
-#include <cstdio>
 #include <iostream>
 
 #include "globals.hxx"

Index: theme.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/theme.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- theme.cxx   12 Jun 2002 19:09:38 -0000      1.1
+++ theme.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -29,7 +29,6 @@
 #include "pingus_error.hxx"
 #include "game_session.hxx"
 #include "message_box.hxx"
-#include "algo.hxx"
 #include "globals.hxx"
 #include "theme.hxx"
 #include "plf_plf.hxx"

Index: theme_selector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/theme_selector.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- theme_selector.cxx  12 Jun 2002 19:09:38 -0000      1.1
+++ theme_selector.cxx  13 Jun 2002 14:25:12 -0000      1.2
@@ -20,7 +20,6 @@
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/input.h>
-#include <ClanLib/Display/Input/key.h>
 #include <ClanLib/Display/Input/keyboard.h>
 #include <ClanLib/Display/Input/mouse.h>
 #include <ClanLib/Core/System/system.h>
@@ -30,7 +29,6 @@
 #include "theme_selector.hxx"
 #include "pingus_error.hxx"
 #include "pingus_resource.hxx"
-#include "alpha_button.hxx"
 #include "display.hxx"
 #include "loading.hxx"
 #include "sound.hxx"

Index: time_display.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/time_display.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- time_display.cxx    12 Jun 2002 19:09:38 -0000      1.1
+++ time_display.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -17,11 +17,9 @@
 //  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/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "globals.hxx"
-#include "game_time.hxx"
 #include "pingus_resource.hxx"
 #include "time_display.hxx"
 #include "world.hxx"

Index: timer.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/timer.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- timer.cxx   12 Jun 2002 19:09:38 -0000      1.1
+++ timer.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -43,6 +43,3 @@
 }
 
 /* EOF */
-
-
-

Index: trap.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/trap.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- trap.cxx    12 Jun 2002 19:09:38 -0000      1.1
+++ trap.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -17,8 +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 <cassert>
-
 #include "trap.hxx"
 
 Trap::Trap()

Index: true_server.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/true_server.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- true_server.cxx     12 Jun 2002 19:09:38 -0000      1.1
+++ true_server.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include <ClanLib/Core/System/system.h>
 #include "game_time.hxx"
-#include "timer.hxx"
 #include "globals.hxx"
 #include "plf.hxx"
 #include "true_server.hxx"

Index: view.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/view.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- view.cxx    12 Jun 2002 19:09:38 -0000      1.1
+++ view.cxx    13 Jun 2002 14:25:12 -0000      1.2
@@ -17,12 +17,9 @@
 //  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/Display/display.h>
-#include "pingu.hxx"
 #include "mouse_controller.hxx"
 #include "view.hxx"
-#include "globals.hxx"
 #include "world.hxx"
 
 // static variables

Index: world.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/world.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- world.cxx   12 Jun 2002 19:09:38 -0000      1.1
+++ world.cxx   13 Jun 2002 14:25:12 -0000      1.2
@@ -17,28 +17,18 @@
 //  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 <ctime>
-
-#include "action_holder.hxx"
-#include "exit.hxx"
 #include "force_vector.hxx"
-#include "hotspot.hxx"
-#include "liquid.hxx"
 #include "plf.hxx"
 #include "pingu_holder.hxx"
-#include "pingus_error.hxx"
 #include "sound.hxx"
 #include "spot_map.hxx"
-#include "result.hxx"
-#include "timer.hxx"
 #include "view.hxx"
 #include "world.hxx"
-#include "globals.hxx"
 #include "game_time.hxx"
 #include "particles/particle_holder.hxx"
 #include "particles/weather_generator.hxx"
 #include "pingu.hxx"
+#include "worldobj_data.hxx"
 
 using namespace std;
 using boost::shared_ptr;

Index: worldobj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- worldobj.cxx        12 Jun 2002 19:09:38 -0000      1.1
+++ worldobj.cxx        13 Jun 2002 14:25:12 -0000      1.2
@@ -18,13 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA. 
 
-#include <iostream>
-
-#include "pingus_error.hxx"
-#include "worldobjs/teleporter.hxx"
-#include "worldobjs/ice_block.hxx"
-#include "worldobjs/conveyor_belt.hxx"
-#include "worldobjs/switch_door.hxx"
+#include "world.hxx"
+#include "worldobj.hxx"
 
 World* WorldObj::world;
 

Index: worldobj_group_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_group_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- worldobj_group_data.cxx     12 Jun 2002 19:09:38 -0000      1.1
+++ worldobj_group_data.cxx     13 Jun 2002 14:25:12 -0000      1.2
@@ -19,7 +19,6 @@
 
 #include <fstream>
 #include "editor/editorobj_group.hxx"
-#include "worldobj.hxx"
 #include "worldobj_group_data.hxx"
 
 typedef EditorObjLst::iterator EditorObjLstIter;

Index: xml_helper.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/xml_helper.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xml_helper.cxx      12 Jun 2002 19:09:38 -0000      1.1
+++ xml_helper.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 <ClanLib/Core/Math/cl_vector.h>
 #include "string_converter.hxx"
 #include "xml_helper.hxx"

Index: xml_plf.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/xml_plf.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml_plf.cxx 13 Jun 2002 10:49:06 -0000      1.2
+++ xml_plf.cxx 13 Jun 2002 14:25:12 -0000      1.3
@@ -17,8 +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 <cstdlib>
 #include "xml_plf.hxx"
 #include "xml_helper.hxx"
 #include "globals.hxx"




reply via email to

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