gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/log.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/log.h
Date: Fri, 06 Oct 2006 12:47:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/06 12:47:19

Modified files:
        .              : ChangeLog 
        libbase        : log.h 

Log message:
        remove useless xml includes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1049&r2=1.1050
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1049
retrieving revision 1.1050
diff -u -b -r1.1049 -r1.1050
--- ChangeLog   6 Oct 2006 12:42:01 -0000       1.1049
+++ ChangeLog   6 Oct 2006 12:47:19 -0000       1.1050
@@ -1,5 +1,6 @@
 2006-10-06 Sandro Santilli <address@hidden>
 
+       * libbase/log.cpp: remove useless xml includes
        * gui/Makefile.am: don't link against unecessary libs
        * backend/Makefile.am: don't link against unecessary libs
 

Index: libbase/log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- libbase/log.h       2 Oct 2006 16:28:11 -0000       1.23
+++ libbase/log.h       6 Oct 2006 12:47:19 -0000       1.24
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: log.h,v 1.23 2006/10/02 16:28:11 bjacques Exp $ */
+/* $Id: log.h,v 1.24 2006/10/06 12:47:19 strk Exp $ */
 
 #ifndef GNASH_LOG_H
 #define GNASH_LOG_H
@@ -47,12 +47,6 @@
 #include <fstream>
 #include "tu_config.h"
 
-#ifdef HAVE_LIBXML
-#include <libxml/xmlmemory.h>
-#include <libxml/parser.h>
-#include <libxml/xmlreader.h>
-#endif
-
 // the default name for the debug log
 #define DEFAULT_LOGFILE "gnash-dbg.log"
 #define TIMESTAMP_LENGTH 24             // timestamp length




reply via email to

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