gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog backend/render_handler_cairo.h ...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog backend/render_handler_cairo.h ...
Date: Fri, 28 Mar 2008 16:23:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/28 16:23:09

Modified files:
        .              : ChangeLog 
        backend        : render_handler_cairo.h 
        gui            : Player.h 
        libamf         : element.h sol.h 
        libbase        : Makefile.am utility.cpp 
        libmedia       : sound_handler.h 
        libmedia/ffmpeg: ffmpegNetStreamUtil.h 
        libmedia/gst   : GstUtil.h VideoDecoderGst.h 
        server         : as_environment.h as_object.h as_value.h 
        server/asobj   : Key.h MovieClipLoader.cpp Number.cpp Object.cpp 
                         string.cpp xml.cpp xml.h xmlattrs.cpp 
                         xmlattrs.h xmlnode.cpp xmlnode.h 
        server/vm      : ExecutableCode.h 

Log message:
        Eradicate tu_config.h completely; it can almost certainly be
        dropped unless anyone can see a reason for it. Replace with
        dsodefs.h where DSOEXPORT is used.
        
        xmlattrs.cpp has no code in it, so doesn't need any headers either.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6060&r2=1.6061
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_cairo.h?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.h?cvsroot=gnash&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/element.h?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/sol.h?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Makefile.am?cvsroot=gnash&r1=1.102&r2=1.103
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utility.cpp?cvsroot=gnash&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sound_handler.h?cvsroot=gnash&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/ffmpeg/ffmpegNetStreamUtil.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/GstUtil.h?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/gst/VideoDecoderGst.h?cvsroot=gnash&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.h?cvsroot=gnash&r1=1.74&r2=1.75
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_object.h?cvsroot=gnash&r1=1.99&r2=1.100
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.88&r2=1.89
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Key.h?cvsroot=gnash&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/MovieClipLoader.cpp?cvsroot=gnash&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Number.cpp?cvsroot=gnash&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Object.cpp?cvsroot=gnash&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/string.cpp?cvsroot=gnash&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xml.cpp?cvsroot=gnash&r1=1.76&r2=1.77
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xml.h?cvsroot=gnash&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xmlattrs.cpp?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xmlattrs.h?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xmlnode.cpp?cvsroot=gnash&r1=1.49&r2=1.50
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xmlnode.h?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ExecutableCode.h?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6060
retrieving revision 1.6061
diff -u -b -r1.6060 -r1.6061
--- ChangeLog   28 Mar 2008 15:22:06 -0000      1.6060
+++ ChangeLog   28 Mar 2008 16:23:06 -0000      1.6061
@@ -1,3 +1,32 @@
+2008-03-28 Benjamin Wolsey <address@hidden>
+
+       * server/as_environment.h
+       * server/as_object.h
+       * server/as_value.h
+       * server/asobj/Key.h
+       * server/asobj/MovieClipLoader.cpp
+       * server/asobj/Number.cpp
+       * server/asobj/Object.cpp
+       * server/asobj/string.cpp
+       * server/asobj/xml.cpp
+       * server/asobj/xml.h
+       * server/asobj/xmlnode.cpp
+       * server/asobj/xmlnode.h
+       * server/vm/ExecutableCode.h
+       * libbase/utility.cpp
+       * libmedia/sound_handler.h
+       * libmedia/ffmpeg/ffmpegNetStreamUtil.h
+       * libmedia/gst/GstUtil.h
+       * libmedia/gst/VideoDecoderGst.h
+       * libamf/element.h
+       * libamf/sol.h
+       * backend/render_handler_cairo.h: drop tu_config.h include;
+         replace with dsodefs.h where appropriate.
+       * server/asobj/xmlattrs.cpp: ditto, plus nothing in this file.
+       * server/asobj/xmlattrs.h
+       * libbase/Makefile.am: tu_config should be unused.
+       * gui/Player.h: nothing in gui/ needs to be visible.
+
 2008-03-28 Sandro Santilli <address@hidden>
 
        * libbase/log.{cpp,h}: simplify logging path.

Index: backend/render_handler_cairo.h
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_cairo.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- backend/render_handler_cairo.h      5 Mar 2008 03:55:49 -0000       1.9
+++ backend/render_handler_cairo.h      28 Mar 2008 16:23:06 -0000      1.10
@@ -19,7 +19,6 @@
 #ifndef BACKEND_RENDER_HANDLER_CAIRO_H
 #define BACKEND_RENDER_HANDLER_CAIRO_H
 
-#include "tu_config.h"
 #include <cairo/cairo.h>
 #include "render_handler.h"
 

Index: gui/Player.h
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- gui/Player.h        16 Mar 2008 14:22:50 -0000      1.28
+++ gui/Player.h        28 Mar 2008 16:23:07 -0000      1.29
@@ -23,8 +23,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
-
 #include "gnash.h" // still needed ?
 #include "sound_handler.h" // for visibility of sound_handler destructor
 #include "gui.h"
@@ -48,7 +46,7 @@
 /// from the plugin so we can set callback for getUrl and fs_commands
 /// w/out the need of using FIFOs or sockets or whatever else.
 ///
-class DSOEXPORT Player
+class Player
 {
 public:
 

Index: libamf/element.h
===================================================================
RCS file: /sources/gnash/gnash/libamf/element.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- libamf/element.h    6 Mar 2008 05:22:50 -0000       1.9
+++ libamf/element.h    28 Mar 2008 16:23:07 -0000      1.10
@@ -30,7 +30,7 @@
 #include <boost/cstdint.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include "amf.h"
-#include "tu_config.h"
+#include "dsodefs.h" // DSOEXPORT
 
 namespace amf 
 {

Index: libamf/sol.h
===================================================================
RCS file: /sources/gnash/gnash/libamf/sol.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libamf/sol.h        6 Mar 2008 05:22:50 -0000       1.10
+++ libamf/sol.h        28 Mar 2008 16:23:07 -0000      1.11
@@ -22,12 +22,12 @@
 #include "gnashconfig.h"
 #endif
 
+#include "dsodefs.h" //DSOEXPORT
 #include <boost/cstdint.hpp>
 #include <string>
 #include <vector>
 #include "element.h"
 #include "amf.h"
-#include "tu_config.h"
 
 // It comprises of a magic number, followed by the file length, a
 // filetype, which appears to always be "TCSO", and what appears to be

Index: libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libbase/Makefile.am,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- libbase/Makefile.am 28 Mar 2008 10:11:41 -0000      1.102
+++ libbase/Makefile.am 28 Mar 2008 16:23:07 -0000      1.103
@@ -128,7 +128,6 @@
        string_table.h \
        tree.hh \
        dsodefs.h \
-       tu_config.h \
        tu_file.h \
        tu_math.h \
        tu_opengl_includes.h \

Index: libbase/utility.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/utility.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- libbase/utility.cpp 6 Mar 2008 05:22:51 -0000       1.20
+++ libbase/utility.cpp 28 Mar 2008 16:23:07 -0000      1.21
@@ -32,7 +32,7 @@
 
 #include "utility.h"
 #include "dlmalloc.h"
-#include "tu_config.h"
+//#include "tu_config.h"
 
 // Overrides of new/delete that use Doug Lea's malloc.  Very helpful
 // on certain lame platforms.

Index: libmedia/sound_handler.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/sound_handler.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- libmedia/sound_handler.h    5 Mar 2008 03:55:54 -0000       1.12
+++ libmedia/sound_handler.h    28 Mar 2008 16:23:07 -0000      1.13
@@ -28,7 +28,7 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h" // for DSOEXPORT
+#include "dsodefs.h" // for DSOEXPORT
 #include "SoundInfo.h"
 
 #include <vector>

Index: libmedia/ffmpeg/ffmpegNetStreamUtil.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/ffmpeg/ffmpegNetStreamUtil.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- libmedia/ffmpeg/ffmpegNetStreamUtil.h       22 Mar 2008 19:12:04 -0000      
1.4
+++ libmedia/ffmpeg/ffmpegNetStreamUtil.h       28 Mar 2008 16:23:07 -0000      
1.5
@@ -26,7 +26,7 @@
 #endif
 
 #include "log.h"
-#include "tu_config.h" //For DSOEXPORT
+#include "dsodefs.h" //For DSOEXPORT
 
 #ifdef USE_FFMPEG
 extern "C" {

Index: libmedia/gst/GstUtil.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/GstUtil.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- libmedia/gst/GstUtil.h      6 Mar 2008 05:22:52 -0000       1.3
+++ libmedia/gst/GstUtil.h      28 Mar 2008 16:23:07 -0000      1.4
@@ -29,7 +29,7 @@
 
 #include <gst/gst.h>
 #include "image.h"
-#include "tu_config.h"
+#include "dsodefs.h" // DSOEXPORT
 
 namespace gnash {
 namespace media {

Index: libmedia/gst/VideoDecoderGst.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/gst/VideoDecoderGst.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- libmedia/gst/VideoDecoderGst.h      6 Mar 2008 05:22:52 -0000       1.16
+++ libmedia/gst/VideoDecoderGst.h      28 Mar 2008 16:23:07 -0000      1.17
@@ -30,7 +30,7 @@
 #include "log.h"
 #include "MediaParser.h"
 #include "VideoDecoder.h"
-#include "tu_config.h"
+#include "dsodefs.h"
 
 
 namespace gnash {

Index: server/as_environment.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_environment.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- server/as_environment.h     17 Mar 2008 17:27:57 -0000      1.74
+++ server/as_environment.h     28 Mar 2008 16:23:07 -0000      1.75
@@ -22,6 +22,7 @@
 #include "gnashconfig.h"
 #endif
 
+#include "dsodefs.h" // DSOEXPORT
 #include "as_value.h" // for composition (vector + frame_slot)
 #include "StringPredicates.h" // for Variables 
 #include "as_object.h"
@@ -30,7 +31,6 @@
 #include <string> // for frame_slot name
 #include <vector>
 #include <iostream> // for dump_stack inline
-#include "tu_config.h"
 
 namespace gnash {
 

Index: server/as_object.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_object.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- server/as_object.h  19 Mar 2008 14:36:21 -0000      1.99
+++ server/as_object.h  28 Mar 2008 16:23:08 -0000      1.100
@@ -22,7 +22,7 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
+#include "dsodefs.h" // DSOEXPORT
 
 #include "string_table.h"
 #include "ref_counted.h" // for inheritance  (to drop)

Index: server/as_value.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- server/as_value.h   6 Mar 2008 20:21:24 -0000       1.88
+++ server/as_value.h   28 Mar 2008 16:23:08 -0000      1.89
@@ -23,7 +23,7 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
+#include "dsodefs.h"
 #include "smart_ptr.h"
 
 #include <cmath>

Index: server/asobj/Key.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Key.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- server/asobj/Key.h  26 Mar 2008 21:34:22 -0000      1.36
+++ server/asobj/Key.h  28 Mar 2008 16:23:08 -0000      1.37
@@ -20,7 +20,6 @@
 #ifndef __KEY_H__
 #define __KEY_H__
 
-#include "tu_config.h"
 #include "as_object.h" // for inheritance
 #include "fn_call.h"
 #include "event_id.h"

Index: server/asobj/MovieClipLoader.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/MovieClipLoader.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- server/asobj/MovieClipLoader.cpp    14 Mar 2008 20:21:49 -0000      1.50
+++ server/asobj/MovieClipLoader.cpp    28 Mar 2008 16:23:08 -0000      1.51
@@ -21,8 +21,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
-
 #include "action.h" // for call_method
 #include "as_value.h"
 #include "as_object.h" // for inheritance

Index: server/asobj/Number.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Number.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- server/asobj/Number.cpp     5 Mar 2008 03:56:02 -0000       1.39
+++ server/asobj/Number.cpp     28 Mar 2008 16:23:08 -0000      1.40
@@ -19,7 +19,6 @@
 
 
 #include "log.h"
-#include "tu_config.h"
 #include "Number.h"
 #include "smart_ptr.h"
 #include "fn_call.h"

Index: server/asobj/Object.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Object.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- server/asobj/Object.cpp     19 Mar 2008 14:36:22 -0000      1.45
+++ server/asobj/Object.cpp     28 Mar 2008 16:23:08 -0000      1.46
@@ -17,8 +17,6 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-
-#include "tu_config.h"
 #include "Object.h"
 #include "smart_ptr.h"
 #include "fn_call.h"

Index: server/asobj/string.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/string.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- server/asobj/string.cpp     28 Mar 2008 12:24:04 -0000      1.63
+++ server/asobj/string.cpp     28 Mar 2008 16:23:08 -0000      1.64
@@ -21,7 +21,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
 #include "smart_ptr.h"
 #include "fn_call.h"
 #include "as_object.h"

Index: server/asobj/xml.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xml.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- server/asobj/xml.cpp        5 Mar 2008 03:56:02 -0000       1.76
+++ server/asobj/xml.cpp        28 Mar 2008 16:23:08 -0000      1.77
@@ -23,7 +23,6 @@
 #endif
 
 #include "log.h"
-#include "tu_config.h"
 #include "as_function.h" // for as_function
 #include "fn_call.h"
 #include "action.h" // for call_method

Index: server/asobj/xml.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xml.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- server/asobj/xml.h  26 Mar 2008 21:34:23 -0000      1.31
+++ server/asobj/xml.h  28 Mar 2008 16:23:08 -0000      1.32
@@ -18,9 +18,6 @@
 #ifndef __XML_H__
 #define __XML_H__
 
-#include "tu_config.h"
-
-//#include "event_id.h"
 #include "action.h"
 #include "LoadThread.h"
 #include "xmlattrs.h"

Index: server/asobj/xmlattrs.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xmlattrs.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- server/asobj/xmlattrs.cpp   5 Mar 2008 03:56:02 -0000       1.9
+++ server/asobj/xmlattrs.cpp   28 Mar 2008 16:23:08 -0000      1.10
@@ -15,31 +15,25 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <vector>
-
-#include "action.h"
-#include "impl.h"
-#include "tu_config.h"
-#include "as_function.h"
-
-#include "xmlattrs.h"
-
-#ifdef DEBUG_MEMORY_ALLOCATION
-       #include "log.h"
-#endif
-
-#include <unistd.h>
-#include <libxml/xmlmemory.h>
-#include <libxml/parser.h>
-#include <libxml/tree.h>
-#include <libxml/xmlreader.h>
+//#include <sys/types.h>
+//#include <sys/stat.h>
+//#include <vector>
+
+//#include "action.h"
+//#include "impl.h"
+//#include "as_function.h"
+
+//#include "xmlattrs.h"
+
+//#ifdef DEBUG_MEMORY_ALLOCATION
+//     #include "log.h"
+//#endif
+
+//#include <unistd.h>
+//#include <libxml/xmlmemory.h>
+//#include <libxml/parser.h>
+//#include <libxml/tree.h>
+//#include <libxml/xmlreader.h>
 
 namespace gnash {
   

Index: server/asobj/xmlattrs.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xmlattrs.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- server/asobj/xmlattrs.h     19 Feb 2008 19:20:55 -0000      1.8
+++ server/asobj/xmlattrs.h     28 Mar 2008 16:23:08 -0000      1.9
@@ -18,12 +18,6 @@
 #ifndef __XML_ATTRS_H__
 #define __XML_ATTRS_H__
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
-#include "tu_config.h"
-
 //#define DEBUG_MEMORY_ALLOCATION 1
 #include "as_object.h" // for inheritance
 

Index: server/asobj/xmlnode.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xmlnode.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- server/asobj/xmlnode.cpp    6 Mar 2008 15:29:57 -0000       1.49
+++ server/asobj/xmlnode.cpp    28 Mar 2008 16:23:09 -0000      1.50
@@ -18,11 +18,10 @@
 
 
 #ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
+#include "gnashconfig.h" // GNASH_USE_GC
 #endif
 
 #include "log.h"
-#include "tu_config.h"
 #include "fn_call.h"
 #include "builtin_function.h"
 #include "array.h" // for childNodes

Index: server/asobj/xmlnode.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xmlnode.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- server/asobj/xmlnode.h      19 Feb 2008 19:20:55 -0000      1.19
+++ server/asobj/xmlnode.h      28 Mar 2008 16:23:09 -0000      1.20
@@ -18,12 +18,6 @@
 #ifndef __XML_NODE_H__
 #define __XML_NODE_H__
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
-#include "tu_config.h"
-
 //#define DEBUG_MEMORY_ALLOCATION 1
 
 #include "action.h"

Index: server/vm/ExecutableCode.h
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ExecutableCode.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- server/vm/ExecutableCode.h  5 Mar 2008 03:56:04 -0000       1.15
+++ server/vm/ExecutableCode.h  28 Mar 2008 16:23:09 -0000      1.16
@@ -23,8 +23,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
-
 #include "smart_ptr.h"
 #include "as_function.h"
 #include "sprite_instance.h"




reply via email to

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