gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/log.cpp libbase/network...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/log.cpp libbase/network...
Date: Sat, 16 Sep 2006 19:36:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/16 19:36:05

Modified files:
        .              : ChangeLog 
        libbase        : log.cpp network.cpp network.h 

Log message:
        Removed useless includes. Patch by Patrice Dumas <address@hidden>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.844&r2=1.845
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/network.cpp?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/network.h?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.844
retrieving revision 1.845
diff -u -b -r1.844 -r1.845
--- ChangeLog   16 Sep 2006 16:30:44 -0000      1.844
+++ ChangeLog   16 Sep 2006 19:36:05 -0000      1.845
@@ -1,3 +1,8 @@
+2006-09-16 Patrice Dumas <address@hidden>
+
+       * libbase/log.cpp, libbase/network.cpp, libbase/network.h:
+         removed useless includes.
+
 2006-09-16 Sandro Santilli  <address@hidden>
 
        * plugin/plugin.cpp: SIGINT => SIGTERM (fixes bug #17082)

Index: libbase/log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- libbase/log.cpp     27 Aug 2006 20:56:34 -0000      1.23
+++ libbase/log.cpp     16 Sep 2006 19:36:05 -0000      1.24
@@ -61,7 +61,7 @@
 #endif
 
 #include "log.h"
-#include "gnash.h"
+//#include "gnash.h"
 
 #include <ctime>
 

Index: libbase/network.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/network.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/network.cpp 30 Aug 2006 14:23:45 -0000      1.10
+++ libbase/network.cpp 16 Sep 2006 19:36:05 -0000      1.11
@@ -42,7 +42,7 @@
 
 #include "utility.h"
 #include "log.h"
-#include "xml.h"
+//#include "xml.h"
 #include "network.h"
 #include "fn_call.h"
 

Index: libbase/network.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/network.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- libbase/network.h   14 Sep 2006 23:54:22 -0000      1.6
+++ libbase/network.h   16 Sep 2006 19:36:05 -0000      1.7
@@ -57,7 +57,7 @@
 # include <io.h>
 #endif
 
-#include "xml.h"
+//#include "xml.h"
 #ifdef ENABLE_TESTING 
 #include "impl.h"
 #endif




reply via email to

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