gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/cygnal http.cpp netstats.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/cygnal http.cpp netstats.cpp
Date: Wed, 03 Jan 2007 01:52:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/01/03 01:52:06

Modified files:
        cygnal         : http.cpp netstats.cpp 

Log message:
        Removed duplicate includes...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/http.cpp?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/netstats.cpp?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: http.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/http.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- http.cpp    3 Jan 2007 00:56:32 -0000       1.4
+++ http.cpp    3 Jan 2007 01:52:06 -0000       1.5
@@ -15,13 +15,12 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: http.cpp,v 1.4 2007/01/03 00:56:32 nihilus Exp $ */
+/* $Id: http.cpp,v 1.5 2007/01/03 01:52:06 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/thread/mutex.hpp>
 #include <string>
 #include <iostream>

Index: netstats.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/netstats.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- netstats.cpp        17 Dec 2006 02:34:58 -0000      1.1
+++ netstats.cpp        3 Jan 2007 01:52:06 -0000       1.2
@@ -15,11 +15,12 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
+/* $Id: netstats.cpp,v 1.2 2007/01/03 01:52:06 nihilus Exp $ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <boost/date_time/posix_time/posix_time.hpp>
 #include "netstats.h"
 #include "log.h"
 




reply via email to

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