gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/BitsReader.cpp libbase/...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog libbase/BitsReader.cpp libbase/...
Date: Thu, 27 Mar 2008 16:12:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/27 16:12:36

Modified files:
        .              : ChangeLog 
        libbase        : BitsReader.cpp BitsReader.h FLVParser.h GC.h 
                         URL.h WallClockTimer.h arg_parser.h 
                         curl_adapter.h dsodefs.h extension.h 
                         grid_index.h image.h jpeg.h lirc.h membuf.h 
                         noseek_fd_adapter.h ogl.h ref_counted.h 
                         smart_ptr.h string_table.h tu_file.h tu_math.h 
                         tu_opengl_includes.h tu_timer.h utf8.h 
                         utility.h zlib_adapter.h 

Log message:
        More headers cleanup (dsodefs.h and gnashconfig.h).
        Not too many left now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6046&r2=1.6047
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/BitsReader.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/BitsReader.h?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/FLVParser.h?cvsroot=gnash&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/GC.h?cvsroot=gnash&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/URL.h?cvsroot=gnash&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/WallClockTimer.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/arg_parser.h?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/curl_adapter.h?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/dsodefs.h?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/extension.h?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/grid_index.h?cvsroot=gnash&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/image.h?cvsroot=gnash&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/jpeg.h?cvsroot=gnash&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/lirc.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/membuf.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/noseek_fd_adapter.h?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/ogl.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/ref_counted.h?cvsroot=gnash&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/smart_ptr.h?cvsroot=gnash&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/string_table.h?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_file.h?cvsroot=gnash&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_math.h?cvsroot=gnash&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_opengl_includes.h?cvsroot=gnash&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_timer.h?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utf8.h?cvsroot=gnash&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utility.h?cvsroot=gnash&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/zlib_adapter.h?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6046
retrieving revision 1.6047
diff -u -b -r1.6046 -r1.6047
--- ChangeLog   27 Mar 2008 14:32:02 -0000      1.6046
+++ ChangeLog   27 Mar 2008 16:12:31 -0000      1.6047
@@ -1,5 +1,36 @@
 2008-03-27 Benjamin Wolsey <address@hidden>
 
+       * libbase/BitsReader.cpp
+       * libbase/BitsReader.h
+       * libbase/FLVParser.h
+       * libbase/GC.h
+       * libbase/URL.h
+       * libbase/WallClockTimer.h
+       * libbase/arg_parser.h
+       * libbase/curl_adapter.h
+       * libbase/dsodefs.h
+       * libbase/extension.h
+       * libbase/grid_index.h
+       * libbase/image.h
+       * libbase/jpeg.h
+       * libbase/lirc.h
+       * libbase/membuf.h
+       * libbase/noseek_fd_adapter.h
+       * libbase/ogl.h
+       * libbase/ref_counted.h
+       * libbase/smart_ptr.h
+       * libbase/string_table.h
+       * libbase/tu_file.h
+       * libbase/tu_math.h
+       * libbase/tu_opengl_includes.h
+       * libbase/tu_timer.h
+       * libbase/utf8.h
+       * libbase/utility.h
+       * libbase/zlib_adapter.h: drop gnashconfig.h where it's not needed,
+         replace tu_config.h with dsodefs.h.
+
+2008-03-27 Benjamin Wolsey <address@hidden>
+
        * server/vm/ASHandlers.{cpp,h}: const correct guessEncoding,
          don't try to access vector out of bounds in ActionMbSubString.
          Use at() for run time checking.

Index: libbase/BitsReader.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/BitsReader.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- libbase/BitsReader.cpp      5 Mar 2008 03:55:52 -0000       1.5
+++ libbase/BitsReader.cpp      27 Mar 2008 16:12:32 -0000      1.6
@@ -17,11 +17,6 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
 #include "BitsReader.h"
 
 #include "log.h"

Index: libbase/BitsReader.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/BitsReader.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/BitsReader.h        5 Mar 2008 03:55:52 -0000       1.10
+++ libbase/BitsReader.h        27 Mar 2008 16:12:33 -0000      1.11
@@ -21,12 +21,8 @@
 #ifndef BITSREADER_H
 #define BITSREADER_H
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
 #include "swf.h"
-#include "tu_config.h"
+#include "dsodefs.h"
 #include "GnashException.h"
 #include "log.h"
 

Index: libbase/FLVParser.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/FLVParser.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- libbase/FLVParser.h 5 Mar 2008 03:55:52 -0000       1.23
+++ libbase/FLVParser.h 27 Mar 2008 16:12:33 -0000      1.24
@@ -24,6 +24,7 @@
 #define __FLVPARSER_H__
 
 #include "LoadThread.h"
+#include "dsodefs.h"
 #include <vector>
 #include <boost/thread/mutex.hpp>
 

Index: libbase/GC.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/GC.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- libbase/GC.h        6 Mar 2008 16:58:07 -0000       1.21
+++ libbase/GC.h        27 Mar 2008 16:12:33 -0000      1.22
@@ -32,7 +32,7 @@
 # include <boost/thread.hpp>
 #endif
 
-#include "tu_config.h"
+#include "dsodefs.h"
 
 // Define the following macro to enable GC verbosity 
 // Verbosity levels:

Index: libbase/URL.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/URL.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- libbase/URL.h       21 Jan 2008 20:55:44 -0000      1.21
+++ libbase/URL.h       27 Mar 2008 16:12:33 -0000      1.22
@@ -18,11 +18,7 @@
 #ifndef __GNASH_URL_H__
 #define __GNASH_URL_H__
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
-#include "tu_config.h"
+#include "dsodefs.h"
 
 #include <iosfwd>
 #include <string>

Index: libbase/WallClockTimer.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/WallClockTimer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- libbase/WallClockTimer.h    6 Mar 2008 05:22:50 -0000       1.4
+++ libbase/WallClockTimer.h    27 Mar 2008 16:12:33 -0000      1.5
@@ -20,7 +20,7 @@
 #ifndef WALLCLOCKTIMER_H
 #define WALLCLOCKTIMER_H 1
 
-#include "tu_config.h" // for DSOEXPORT
+#include "dsodefs.h" // for DSOEXPORT
 
 #include <boost/cstdint.hpp>
 

Index: libbase/arg_parser.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/arg_parser.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- libbase/arg_parser.h        22 Mar 2008 22:47:03 -0000      1.2
+++ libbase/arg_parser.h        27 Mar 2008 16:12:34 -0000      1.3
@@ -43,7 +43,6 @@
 // outside the range of argument - there's no reasonable situation in which 
that would
 // happen. <bwy>
 
-#include "tu_config.h"
 #include "dsodefs.h"
 #include <sstream>
 

Index: libbase/curl_adapter.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/curl_adapter.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/curl_adapter.h      5 Mar 2008 03:55:52 -0000       1.10
+++ libbase/curl_adapter.h      27 Mar 2008 16:12:34 -0000      1.11
@@ -19,7 +19,7 @@
 #ifndef CURL_ADAPTER_H
 #define CURL_ADAPTER_H
 
-#include "tu_config.h"
+#include "dsodefs.h"
 
 #include <string>
 

Index: libbase/dsodefs.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/dsodefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- libbase/dsodefs.h   27 Mar 2008 13:05:37 -0000      1.2
+++ libbase/dsodefs.h   27 Mar 2008 16:12:34 -0000      1.3
@@ -18,7 +18,9 @@
 #ifndef DSODEFS_H
 #define DSODEFS_H
 
+#ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
+#endif
 
 #ifdef _MSC_VER
        #ifdef BUILDING_DLL

Index: libbase/extension.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/extension.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- libbase/extension.h 21 Jan 2008 20:55:44 -0000      1.8
+++ libbase/extension.h 27 Mar 2008 16:12:34 -0000      1.9
@@ -18,13 +18,10 @@
 #ifndef __EXTENSION_H__
 #define __EXTENSION_H__
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
 #include <vector>
 #include <string>
 #include "sharedlib.h"
+#include "dsodefs.h"
 
 namespace gnash 
 {  

Index: libbase/grid_index.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/grid_index.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- libbase/grid_index.h        30 Oct 2007 18:55:41 -0000      1.7
+++ libbase/grid_index.h        27 Mar 2008 16:12:34 -0000      1.8
@@ -8,11 +8,8 @@
 #ifndef GRID_INDEX_H
 #define GRID_INDEX_H
 
-
-#include "tu_config.h"
 #include "container.h"
 
-
 //
 // grid_index_point
 //

Index: libbase/image.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/image.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- libbase/image.h     27 Jan 2008 07:18:17 -0000      1.20
+++ libbase/image.h     27 Mar 2008 16:12:34 -0000      1.21
@@ -8,8 +8,7 @@
 #ifndef IMAGE_H
 #define IMAGE_H
 
-
-#include "tu_config.h"
+#include "dsodefs.h"
 #include <boost/cstdint.hpp>
 
 #include <boost/scoped_array.hpp>

Index: libbase/jpeg.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/jpeg.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- libbase/jpeg.h      26 Feb 2008 15:55:35 -0000      1.11
+++ libbase/jpeg.h      27 Mar 2008 16:12:34 -0000      1.12
@@ -9,14 +9,13 @@
 #ifndef JPEG_H
 #define JPEG_H
 
-#include "tu_config.h"
+#include "dsodefs.h"
+#include <csetjmp> // for jmp_buf
 
 struct jpeg_decompress_struct;
 struct jpeg_compress_struct;
 class tu_file;
 
-#include <csetjmp> // for jmp_buf
-
 /// Wrapper for jpeg file operations. 
 //
 /// The actual work is done by the

Index: libbase/lirc.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/lirc.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- libbase/lirc.h      18 Mar 2008 15:24:08 -0000      1.4
+++ libbase/lirc.h      27 Mar 2008 16:12:35 -0000      1.5
@@ -18,10 +18,7 @@
 #ifndef __LIRC_H__
 #define __LIRC_H__
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
+#include "dsodefs.h"
 #include "gnash.h"
 #include "network.h"
 

Index: libbase/membuf.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/membuf.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- libbase/membuf.h    15 Apr 2007 10:52:09 -0000      1.4
+++ libbase/membuf.h    27 Mar 2008 16:12:35 -0000      1.5
@@ -10,8 +10,6 @@
 #ifndef MEMBUF_H
 #define MEMBUF_H
 
-
-#include "tu_config.h"
 #include "utility.h"
 #include <string>
 

Index: libbase/noseek_fd_adapter.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/noseek_fd_adapter.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- libbase/noseek_fd_adapter.h 5 Mar 2008 03:55:53 -0000       1.8
+++ libbase/noseek_fd_adapter.h 27 Mar 2008 16:12:35 -0000      1.9
@@ -19,7 +19,7 @@
 #ifndef STDIN_ADAPTER_H
 #define STDIN_ADAPTER_H
 
-#include "tu_config.h"
+#include "dsodefs.h"
 
 #include <string>
 

Index: libbase/ogl.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/ogl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- libbase/ogl.h       28 Oct 2006 09:21:10 -0000      1.4
+++ libbase/ogl.h       27 Mar 2008 16:12:35 -0000      1.5
@@ -8,7 +8,7 @@
 #ifndef OGL_H
 #define OGL_H
 
-#include "tu_config.h"
+//#include "tu_config.h"
 #include "tu_opengl_includes.h"
 
 namespace ogl

Index: libbase/ref_counted.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/ref_counted.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- libbase/ref_counted.h       5 Mar 2008 03:55:53 -0000       1.15
+++ libbase/ref_counted.h       27 Mar 2008 16:12:35 -0000      1.16
@@ -23,7 +23,7 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h" // for DSOEXPORT (better move that define in some other 
file?)
+#include "dsodefs.h" // for DSOEXPORT
 
 #include <cassert>
 #include <boost/detail/atomic_count.hpp>

Index: libbase/smart_ptr.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/smart_ptr.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- libbase/smart_ptr.h 5 Mar 2008 03:55:53 -0000       1.26
+++ libbase/smart_ptr.h 27 Mar 2008 16:12:35 -0000      1.27
@@ -25,7 +25,6 @@
 #ifndef SMART_PTR_H
 #define SMART_PTR_H
 
-#include "tu_config.h"
 #include "utility.h"
 
 // Define the following macro to use garbage collecting rather

Index: libbase/string_table.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/string_table.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/string_table.h      6 Mar 2008 05:22:51 -0000       1.10
+++ libbase/string_table.h      27 Mar 2008 16:12:35 -0000      1.11
@@ -30,7 +30,7 @@
 #include <boost/multi_index/member.hpp>
 #include <boost/thread.hpp>
 #include <string>
-#include "tu_config.h"
+#include "dsodefs.h"
 
 namespace gnash
 {

Index: libbase/tu_file.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_file.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- libbase/tu_file.h   12 Dec 2007 10:06:59 -0000      1.20
+++ libbase/tu_file.h   27 Mar 2008 16:12:36 -0000      1.21
@@ -9,8 +9,7 @@
 #ifndef TU_FILE_H
 #define TU_FILE_H
 
-
-#include "tu_config.h" // needed ?
+#include "dsodefs.h" // DSOEXPORT
 #include "utility.h"
 
 #include <cstdio>

Index: libbase/tu_math.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_math.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- libbase/tu_math.h   27 Aug 2007 23:12:28 -0000      1.20
+++ libbase/tu_math.h   27 Mar 2008 16:12:36 -0000      1.21
@@ -8,7 +8,7 @@
 #ifndef TU_MATH_H
 #define TU_MATH_H
 
-#include "tu_config.h"
+//#include "tu_config.h"
 #include <cmath>
 #include <cfloat>
 

Index: libbase/tu_opengl_includes.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_opengl_includes.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- libbase/tu_opengl_includes.h        3 Jan 2007 16:45:58 -0000       1.13
+++ libbase/tu_opengl_includes.h        27 Mar 2008 16:12:36 -0000      1.14
@@ -9,7 +9,7 @@
 #ifndef TU_OPENGL_INCLUDES_H
 #define TU_OPENGL_INCLUDES_H
 
-#include "tu_config.h"
+#include "gnashconfig.h"
 
 // WIN32 includes.  We don't want to have to include windows.h because
 // it's such a pig, so #define a couple things that are required to

Index: libbase/tu_timer.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_timer.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- libbase/tu_timer.h  4 Dec 2007 11:45:24 -0000       1.9
+++ libbase/tu_timer.h  27 Mar 2008 16:12:36 -0000      1.10
@@ -8,9 +8,9 @@
 
 #ifndef TU_TIMER_H
 
-#include "tu_config.h" // needed ?
+#include "dsodefs.h" // DSOEXPORT
 
-#include <boost/cstdint.hpp> // for boost::?int??_t 
+#include <boost/cstdint.hpp> // for C99 int types 
 
 
 namespace tu_timer

Index: libbase/utf8.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/utf8.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- libbase/utf8.h      27 Mar 2008 13:07:33 -0000      1.13
+++ libbase/utf8.h      27 Mar 2008 16:12:36 -0000      1.14
@@ -23,7 +23,7 @@
 
 #include "dsodefs.h" // For DSOEXPORT
 #include <string>
-#include <boost/cstdint.hpp> // for boost::?int??_t
+#include <boost/cstdint.hpp> // for C99 int types
 
 /// Utilities to convert between std::string and std::wstring.
 //

Index: libbase/utility.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/utility.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- libbase/utility.h   6 Mar 2008 05:22:51 -0000       1.41
+++ libbase/utility.h   27 Mar 2008 16:12:36 -0000      1.42
@@ -21,7 +21,7 @@
 #ifndef UTILITY_H
 #define UTILITY_H
 
-#include "tu_config.h"
+//#include "tu_config.h"
 
 #include <cassert>
 #include <cctype>

Index: libbase/zlib_adapter.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/zlib_adapter.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- libbase/zlib_adapter.h      2 May 2007 18:19:02 -0000       1.5
+++ libbase/zlib_adapter.h      27 Mar 2008 16:12:36 -0000      1.6
@@ -8,7 +8,7 @@
 #define ZLIB_ADAPTER_H
 
 
-#include "tu_config.h"
+#include "dsodefs.h"
 
 #include <memory>
 




reply via email to

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