gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12009: Remove unused libstdc++ incl


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12009: Remove unused libstdc++ include directives.
Date: Wed, 10 Mar 2010 17:37:25 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12009
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-10 17:37:25 +0100
message:
  Remove unused libstdc++ include directives.
modified:
  cygnal/cgi-bin/echo/echo.h
  cygnal/cgi-bin/echo/gateway.h
  cygnal/cgi-bin/fitcDemo/fitcDemo.h
  cygnal/cgi-bin/oflaDemo/oflaDemo.h
  cygnal/crc.h
  cygnal/handler.h
  cygnal/http_server.h
  cygnal/libamf/amf.h
  cygnal/libnet/cqueue.h
  cygnal/libnet/netstats.h
  cygnal/libnet/rtmp_client.h
  cygnal/libnet/sshclient.h
  cygnal/libnet/sshserver.h
  cygnal/libnet/sslclient.h
  cygnal/libnet/sslserver.h
  cygnal/serverSO.h
  extensions/mysql/mysql_db.h
  libbase/BitsReader.h
  libbase/RTMP.h
  libbase/SharedMem.h
  libbase/noseek_fd_adapter.h
  libbase/sharedlib.h
  libcore/DisplayObjectContainer.h
  libcore/Movie.h
  libcore/StreamProvider.h
  libcore/Timers.h
  libcore/as_environment.h
  libcore/as_value.h
  libcore/asobj/flash/xml/XMLNode_as.h
  libcore/parser/sprite_definition.h
  libcore/swf/DefineFontTag.h
  libcore/swf/StartSoundTag.h
  libmedia/AudioInput.h
  libmedia/FLVParser.h
  libmedia/VideoInput.h
  libmedia/ffmpeg/AudioInputFfmpeg.h
  libmedia/ffmpeg/MediaParserFfmpeg.h
  libmedia/gst/MediaParserGst.h
  libmedia/haiku/AudioInputHaiku.h
  libmedia/haiku/MediaParserHaiku.h
  libsound/NullSoundHandler.h
  libsound/aos4/sound_handler_ahi.h
  libsound/mkit/sound_handler_mkit.h
  libsound/sdl/sound_handler_sdl.h
  testsuite/DummyCharacter.h
=== modified file 'cygnal/cgi-bin/echo/echo.h'
--- a/cygnal/cgi-bin/echo/echo.h        2010-01-01 17:48:26 +0000
+++ b/cygnal/cgi-bin/echo/echo.h        2010-03-10 16:37:25 +0000
@@ -19,7 +19,6 @@
 #ifndef _ECHO_H_
 #define _ECHO_H_
 
-#include <string>
 #include <map>
 #include <vector>
 #include <boost/shared_ptr.hpp>

=== modified file 'cygnal/cgi-bin/echo/gateway.h'
--- a/cygnal/cgi-bin/echo/gateway.h     2010-01-01 17:48:26 +0000
+++ b/cygnal/cgi-bin/echo/gateway.h     2010-03-10 16:37:25 +0000
@@ -20,7 +20,6 @@
 #define _GATEWAY_H_
 
 #include <string>
-#include <map>
 #include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>

=== modified file 'cygnal/cgi-bin/fitcDemo/fitcDemo.h'
--- a/cygnal/cgi-bin/fitcDemo/fitcDemo.h        2010-01-01 17:48:26 +0000
+++ b/cygnal/cgi-bin/fitcDemo/fitcDemo.h        2010-03-10 16:37:25 +0000
@@ -19,7 +19,6 @@
 #ifndef _FITCDEMO_H_
 #define _FITCDEMO_H_
 
-#include <string>
 #include <map>
 #include <vector>
 #include <boost/shared_ptr.hpp>

=== modified file 'cygnal/cgi-bin/oflaDemo/oflaDemo.h'
--- a/cygnal/cgi-bin/oflaDemo/oflaDemo.h        2010-01-01 17:48:26 +0000
+++ b/cygnal/cgi-bin/oflaDemo/oflaDemo.h        2010-03-10 16:37:25 +0000
@@ -20,7 +20,6 @@
 #define _FITCDEMO_H_
 
 #include <string>
-#include <map>
 #include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>

=== modified file 'cygnal/crc.h'
--- a/cygnal/crc.h      2010-01-25 18:52:20 +0000
+++ b/cygnal/crc.h      2010-03-10 16:37:25 +0000
@@ -20,7 +20,6 @@
 #define __CRC_H__
 
 #include <string>
-#include <vector>
 #include <iostream> // for output operator
 
 #include "rc.h"

=== modified file 'cygnal/handler.h'
--- a/cygnal/handler.h  2010-01-25 18:52:20 +0000
+++ b/cygnal/handler.h  2010-03-10 16:37:25 +0000
@@ -28,7 +28,6 @@
 
 #include <vector>
 #include <string>
-#include <deque>
 
 #ifdef HAVE_POLL
 # include <sys/poll.h>

=== modified file 'cygnal/http_server.h'
--- a/cygnal/http_server.h      2010-01-01 20:41:28 +0000
+++ b/cygnal/http_server.h      2010-03-10 16:37:25 +0000
@@ -20,7 +20,6 @@
 #define _HTTP_SERVER_H_
 
 #include <string>
-#include <map>
 #include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>

=== modified file 'cygnal/libamf/amf.h'
--- a/cygnal/libamf/amf.h       2010-01-11 06:41:38 +0000
+++ b/cygnal/libamf/amf.h       2010-03-10 16:37:25 +0000
@@ -27,7 +27,6 @@
 #ifndef _AMF_H_
 #define _AMF_H_
 
-#include <vector>
 #include <string>
 #include <cstring>
 #include <map>

=== modified file 'cygnal/libnet/cqueue.h'
--- a/cygnal/libnet/cqueue.h    2010-01-11 06:41:38 +0000
+++ b/cygnal/libnet/cqueue.h    2010-03-10 16:37:25 +0000
@@ -26,7 +26,6 @@
 #include <boost/thread/mutex.hpp>
 #include <boost/date_time/gregorian/gregorian.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
-#include <string>
 #include <iostream>
 #include <vector>
 #include "log.h"

=== modified file 'cygnal/libnet/netstats.h'
--- a/cygnal/libnet/netstats.h  2010-03-10 16:05:58 +0000
+++ b/cygnal/libnet/netstats.h  2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 
 //include all types plus i/o
 #include <boost/date_time/posix_time/posix_time.hpp>
-#include <string>
 
 // This is what the ActionScript 'Client' class returns:
 //

=== modified file 'cygnal/libnet/rtmp_client.h'
--- a/cygnal/libnet/rtmp_client.h       2010-02-26 00:43:52 +0000
+++ b/cygnal/libnet/rtmp_client.h       2010-03-10 16:37:25 +0000
@@ -21,7 +21,6 @@
 #include <boost/cstdint.hpp>
 #include <boost/shared_ptr.hpp>
 #include <string>
-#include <map>
 #include <time.h>
 
 #include "rtmp.h"

=== modified file 'cygnal/libnet/sshclient.h'
--- a/cygnal/libnet/sshclient.h 2010-01-25 18:52:20 +0000
+++ b/cygnal/libnet/sshclient.h 2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 #include <string>
 #include <boost/array.hpp>
 #include <map>
-#include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
 #include <boost/scoped_array.hpp>

=== modified file 'cygnal/libnet/sshserver.h'
--- a/cygnal/libnet/sshserver.h 2010-01-25 18:52:20 +0000
+++ b/cygnal/libnet/sshserver.h 2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 #include <string>
 #include <boost/array.hpp>
 #include <map>
-#include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
 #include <boost/scoped_array.hpp>

=== modified file 'cygnal/libnet/sslclient.h'
--- a/cygnal/libnet/sslclient.h 2010-01-01 17:48:26 +0000
+++ b/cygnal/libnet/sslclient.h 2010-03-10 16:37:25 +0000
@@ -26,7 +26,6 @@
 #include <string>
 #include <boost/array.hpp>
 #include <map>
-#include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
 #include <boost/scoped_array.hpp>

=== modified file 'cygnal/libnet/sslserver.h'
--- a/cygnal/libnet/sslserver.h 2010-01-01 17:48:26 +0000
+++ b/cygnal/libnet/sslserver.h 2010-03-10 16:37:25 +0000
@@ -26,7 +26,6 @@
 #include <string>
 #include <boost/array.hpp>
 #include <map>
-#include <vector>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
 #include <boost/scoped_array.hpp>

=== modified file 'cygnal/serverSO.h'
--- a/cygnal/serverSO.h 2010-01-25 18:52:20 +0000
+++ b/cygnal/serverSO.h 2010-03-10 16:37:25 +0000
@@ -19,7 +19,6 @@
 #define __SERVERSO_H__
 
 #include <string>
-#include <vector>
 #include <iostream>
 
 #include "sol.h"

=== modified file 'extensions/mysql/mysql_db.h'
--- a/extensions/mysql/mysql_db.h       2010-01-11 06:41:38 +0000
+++ b/extensions/mysql/mysql_db.h       2010-03-10 16:37:25 +0000
@@ -24,7 +24,6 @@
 #endif
 
 #include <string>
-#include <vector>
 #include <mysql/errmsg.h>
 #include <mysql/mysql.h>
 

=== modified file 'libbase/BitsReader.h'
--- a/libbase/BitsReader.h      2010-01-11 06:41:38 +0000
+++ b/libbase/BitsReader.h      2010-03-10 16:37:25 +0000
@@ -27,7 +27,6 @@
 #include "log.h"
 
 #include <cassert> // for assert used in this file
-#include <string>
 #include <sstream>
 #include <boost/cstdint.hpp> // for boost::uint32_t used in this file
 

=== modified file 'libbase/RTMP.h'
--- a/libbase/RTMP.h    2010-03-07 20:38:17 +0000
+++ b/libbase/RTMP.h    2010-03-10 16:37:25 +0000
@@ -21,7 +21,6 @@
 #include <boost/cstdint.hpp>
 #include <boost/shared_ptr.hpp>
 #include <deque>
-#include <string>
 #include <map>
 
 #include "log.h"

=== modified file 'libbase/SharedMem.h'
--- a/libbase/SharedMem.h       2010-02-26 03:34:11 +0000
+++ b/libbase/SharedMem.h       2010-03-10 16:37:25 +0000
@@ -19,7 +19,6 @@
 #ifndef GNASH_SHM_H
 #define GNASH_SHM_H
 
-#include <string>
 #include <boost/cstdint.hpp>
 
 #include <sys/types.h>

=== modified file 'libbase/noseek_fd_adapter.h'
--- a/libbase/noseek_fd_adapter.h       2010-01-11 06:41:38 +0000
+++ b/libbase/noseek_fd_adapter.h       2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 
 #include "dsodefs.h"
 
-#include <string>
 
 
 namespace gnash {

=== modified file 'libbase/sharedlib.h'
--- a/libbase/sharedlib.h       2010-01-11 06:41:38 +0000
+++ b/libbase/sharedlib.h       2010-03-10 16:37:25 +0000
@@ -25,7 +25,6 @@
 
 #include <boost/thread/mutex.hpp>
 #include <string>
-#include <map>
 #include "dsodefs.h" // DSOEXPORT
 
 #ifdef _WIN32

=== modified file 'libcore/DisplayObjectContainer.h'
--- a/libcore/DisplayObjectContainer.h  2010-01-11 06:41:38 +0000
+++ b/libcore/DisplayObjectContainer.h  2010-03-10 16:37:25 +0000
@@ -33,7 +33,6 @@
 # include "tree.hh"
 #endif
 
-#include <vector>
 #include <list>
 #include <map>
 #include <string>

=== modified file 'libcore/Movie.h'
--- a/libcore/Movie.h   2010-01-11 06:41:38 +0000
+++ b/libcore/Movie.h   2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 #ifndef GNASH_MOVIE_H
 #define GNASH_MOVIE_H
 
-#include <vector>
 #include <set>
 
 #include "MovieClip.h" // for inheritance

=== modified file 'libcore/StreamProvider.h'
--- a/libcore/StreamProvider.h  2010-01-11 06:41:38 +0000
+++ b/libcore/StreamProvider.h  2010-03-10 16:37:25 +0000
@@ -23,7 +23,6 @@
 #include "dsodefs.h" // for DSOEXPORT
 #include "NamingPolicy.h"
 
-#include <map>
 #include <memory>
 
 // Forward declarations

=== modified file 'libcore/Timers.h'
--- a/libcore/Timers.h  2010-01-11 06:41:38 +0000
+++ b/libcore/Timers.h  2010-03-10 16:37:25 +0000
@@ -25,7 +25,6 @@
 #include "smart_ptr.h"
 
 #include <string>
-#include <vector> 
 #include <limits>
 
 // Forward declarations

=== modified file 'libcore/as_environment.h'
--- a/libcore/as_environment.h  2010-03-10 16:13:07 +0000
+++ b/libcore/as_environment.h  2010-03-10 16:37:25 +0000
@@ -24,7 +24,6 @@
 #include "SafeStack.h"
 #include "CallStack.h" // for composition
 
-#include <map> // for composition (Variables)
 #include <string> // for frame_slot name
 #include <vector>
 #include <iostream> // for dump_stack inline

=== modified file 'libcore/as_value.h'
--- a/libcore/as_value.h        2010-03-10 16:13:07 +0000
+++ b/libcore/as_value.h        2010-03-10 16:37:25 +0000
@@ -25,7 +25,6 @@
 #include <cmath>
 #include <limits>
 #include <string>
-#include <vector>
 #include <boost/variant.hpp>
 #include <ostream> // for inlined output operator
 #include <boost/type_traits/is_floating_point.hpp>

=== modified file 'libcore/asobj/flash/xml/XMLNode_as.h'
--- a/libcore/asobj/flash/xml/XMLNode_as.h      2010-03-10 16:13:07 +0000
+++ b/libcore/asobj/flash/xml/XMLNode_as.h      2010-03-10 16:37:25 +0000
@@ -25,7 +25,6 @@
 #include "smart_ptr.h" // GNASH_USE_GC
 
 #include <list>
-#include <vector>
 #include <string>
 #include <sstream>
 

=== modified file 'libcore/parser/sprite_definition.h'
--- a/libcore/parser/sprite_definition.h        2010-01-11 06:41:38 +0000
+++ b/libcore/parser/sprite_definition.h        2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 #define GNASH_SPRITE_DEFINITION_H
 
 
-#include <vector>
 #include <map>
 #include "smart_ptr.h" // GNASH_USE_GC
 #include "movie_definition.h" // for inheritance

=== modified file 'libcore/swf/DefineFontTag.h'
--- a/libcore/swf/DefineFontTag.h       2010-02-26 08:25:24 +0000
+++ b/libcore/swf/DefineFontTag.h       2010-03-10 16:37:25 +0000
@@ -33,7 +33,6 @@
 #include "smart_ptr.h" // GC
 #include "SWF.h"
 #include "Font.h"
-#include <vector>
 #include <boost/cstdint.hpp>
 
 // Forward declarations

=== modified file 'libcore/swf/StartSoundTag.h'
--- a/libcore/swf/StartSoundTag.h       2010-03-10 16:13:07 +0000
+++ b/libcore/swf/StartSoundTag.h       2010-03-10 16:37:25 +0000
@@ -23,7 +23,6 @@
 #include "SWF.h" // for TagType definition
 #include "SoundInfoRecord.h"
 
-#include <vector> // for composition
 #include <boost/cstdint.hpp> // for boost::uint16_t and friends
  
 

=== modified file 'libmedia/AudioInput.h'
--- a/libmedia/AudioInput.h     2010-01-01 17:48:26 +0000
+++ b/libmedia/AudioInput.h     2010-03-10 16:37:25 +0000
@@ -21,7 +21,6 @@
 
 #include <boost/cstdint.hpp> // for C99 int types
 #include <string>
-#include <vector>
 #include "dsodefs.h" //DSOEXPORT
 
 namespace gnash {

=== modified file 'libmedia/FLVParser.h'
--- a/libmedia/FLVParser.h      2010-01-01 17:48:26 +0000
+++ b/libmedia/FLVParser.h      2010-03-10 16:37:25 +0000
@@ -28,7 +28,6 @@
 #include "SimpleBuffer.h" 
 
 #include <set>
-#include <vector>
 #include <memory>
 #include <map>
 

=== modified file 'libmedia/VideoInput.h'
--- a/libmedia/VideoInput.h     2010-01-01 17:48:26 +0000
+++ b/libmedia/VideoInput.h     2010-03-10 16:37:25 +0000
@@ -21,7 +21,6 @@
 
 #include <boost/cstdint.hpp> // for C99 int types
 #include <string>
-#include <vector>
 #include <ostream>
 #include <cstdio>
 #include <map>

=== modified file 'libmedia/ffmpeg/AudioInputFfmpeg.h'
--- a/libmedia/ffmpeg/AudioInputFfmpeg.h        2010-02-17 02:31:29 +0000
+++ b/libmedia/ffmpeg/AudioInputFfmpeg.h        2010-03-10 16:37:25 +0000
@@ -24,7 +24,6 @@
 
 #include <boost/cstdint.hpp> // for C99 int types
 #include <string>
-#include <vector>
 
 namespace gnash {
 namespace media {

=== modified file 'libmedia/ffmpeg/MediaParserFfmpeg.h'
--- a/libmedia/ffmpeg/MediaParserFfmpeg.h       2010-02-17 02:31:29 +0000
+++ b/libmedia/ffmpeg/MediaParserFfmpeg.h       2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 #include "MediaParser.h" // for inheritance
 #include "ffmpegHeaders.h"
 
-#include <vector>
 #include <boost/scoped_array.hpp>
 #include <memory>
 

=== modified file 'libmedia/gst/MediaParserGst.h'
--- a/libmedia/gst/MediaParserGst.h     2010-01-25 18:52:20 +0000
+++ b/libmedia/gst/MediaParserGst.h     2010-03-10 16:37:25 +0000
@@ -21,7 +21,6 @@
 
 #include "MediaParser.h" // for inheritance
 
-#include <vector>
 #include <boost/scoped_array.hpp>
 #include <memory>
 #include <queue>

=== modified file 'libmedia/haiku/AudioInputHaiku.h'
--- a/libmedia/haiku/AudioInputHaiku.h  2010-02-17 02:21:56 +0000
+++ b/libmedia/haiku/AudioInputHaiku.h  2010-03-10 16:37:25 +0000
@@ -24,7 +24,6 @@
 
 #include <boost/cstdint.hpp> // for C99 int types
 #include <string>
-#include <vector>
 
 namespace gnash {
 namespace media {

=== modified file 'libmedia/haiku/MediaParserHaiku.h'
--- a/libmedia/haiku/MediaParserHaiku.h 2010-02-17 02:21:56 +0000
+++ b/libmedia/haiku/MediaParserHaiku.h 2010-03-10 16:37:25 +0000
@@ -21,7 +21,6 @@
 
 #include "MediaParser.h" // for inheritance
 
-#include <vector>
 #include <boost/scoped_array.hpp>
 #include <memory>
 

=== modified file 'libsound/NullSoundHandler.h'
--- a/libsound/NullSoundHandler.h       2010-01-25 18:52:20 +0000
+++ b/libsound/NullSoundHandler.h       2010-03-10 16:37:25 +0000
@@ -25,7 +25,6 @@
 #include "SoundInfo.h" 
 #include "dsodefs.h" // for DSOEXPORT
 
-#include <vector>
 #include <memory>
 #include <cassert>
 #include <cstring>

=== modified file 'libsound/aos4/sound_handler_ahi.h'
--- a/libsound/aos4/sound_handler_ahi.h 2010-02-17 02:36:21 +0000
+++ b/libsound/aos4/sound_handler_ahi.h 2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 
 #include "sound_handler.h" // for inheritance
 
-#include <vector> // for composition (Sounds)
 #include <set> // for composition (InputStreams)
 #include <fstream> // for composition (file_stream)
 #include <boost/thread/mutex.hpp>

=== modified file 'libsound/mkit/sound_handler_mkit.h'
--- a/libsound/mkit/sound_handler_mkit.h        2010-02-25 01:54:14 +0000
+++ b/libsound/mkit/sound_handler_mkit.h        2010-03-10 16:37:25 +0000
@@ -22,7 +22,6 @@
 
 #include "sound_handler.h" // for inheritance
 
-#include <vector> // for composition (Sounds)
 #include <set> // for composition (InputStreams)
 #include <fstream> // for composition (file_stream)
 #include <boost/thread/mutex.hpp>

=== modified file 'libsound/sdl/sound_handler_sdl.h'
--- a/libsound/sdl/sound_handler_sdl.h  2010-01-11 06:41:38 +0000
+++ b/libsound/sdl/sound_handler_sdl.h  2010-03-10 16:37:25 +0000
@@ -24,7 +24,6 @@
 
 #include "sound_handler.h" // for inheritance
 
-#include <vector> // for composition (Sounds)
 #include <set> // for composition (InputStreams)
 #include <fstream> // for composition (file_stream)
 #include <SDL_audio.h>

=== modified file 'testsuite/DummyCharacter.h'
--- a/testsuite/DummyCharacter.h        2010-01-01 17:48:26 +0000
+++ b/testsuite/DummyCharacter.h        2010-03-10 16:37:25 +0000
@@ -23,7 +23,6 @@
 #include "Movie.h" // for createMovie
 #include "snappingrange.h" // for InvalidatedRanges typedef (don't like it)
 
-#include <string>
 #include <memory> // for auto_ptr
 
 // Forward declarations


reply via email to

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