gnash-commit
[Top][All Lists]
Advanced

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

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


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog libbase/Time.cpp
Date: Mon, 07 Apr 2008 05:11:26 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/04/07 05:11:26

Modified files:
        .              : ChangeLog 
        libbase        : Time.cpp 

Log message:
                Clean up headers again.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6192&r2=1.6193
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Time.cpp?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6192
retrieving revision 1.6193
diff -u -b -r1.6192 -r1.6193
--- ChangeLog   6 Apr 2008 20:13:06 -0000       1.6192
+++ ChangeLog   7 Apr 2008 05:11:24 -0000       1.6193
@@ -1,3 +1,7 @@
+2008-04-07 Benjamin Wolsey <address@hidden>
+
+       * libbase/Time.{cpp,h}: clean up headers again.
+
 2008-04-06 Benjamin Wolsey <address@hidden>
 
        * libbase/Time.{cpp,h}: sys/time.h should be included; let's see if

Index: libbase/Time.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/Time.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- libbase/Time.cpp    6 Apr 2008 20:13:07 -0000       1.2
+++ libbase/Time.cpp    7 Apr 2008 05:11:25 -0000       1.3
@@ -84,7 +84,6 @@
 #else // not using boost::date_time
 
 #include <ctime> // for time_t, localtime
-#include <sys/time.h> // should be included for all OSs?
 
 #if !defined(HAVE_GETTIMEOFDAY) || (!defined(HAVE_TM_GMTOFF) && 
!defined(HAVE_TZSET))
 #ifdef HAVE_FTIME




reply via email to

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