gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog cygnal/cygnal.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog cygnal/cygnal.cpp
Date: Mon, 05 Feb 2007 20:13:05 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/05 20:13:05

Modified files:
        .              : ChangeLog 
        cygnal         : cygnal.cpp 

Log message:
        Removed implicit <include>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2250&r2=1.2251
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/cygnal.cpp?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2250
retrieving revision 1.2251
diff -u -b -r1.2250 -r1.2251
--- ChangeLog   5 Feb 2007 11:49:24 -0000       1.2250
+++ ChangeLog   5 Feb 2007 20:13:04 -0000       1.2251
@@ -15,6 +15,7 @@
 
        * macros/pthreads.m4: Fixed a quirky LIBS/CFLAGS-bug.
        * libbase/log.cpp: Removed BOOST_HAS_THREADS.
+       * cygnal/cygnal.cpp: Removed implicit include.
 
 2007-02-03 Sandro Santilli <address@hidden>
 

Index: cygnal/cygnal.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/cygnal.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cygnal/cygnal.cpp   29 Dec 2006 20:13:50 -0000      1.5
+++ cygnal/cygnal.cpp   5 Feb 2007 20:13:05 -0000       1.6
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // 
 
-/* $Id: cygnal.cpp,v 1.5 2006/12/29 20:13:50 strk Exp $ */
+/* $Id: cygnal.cpp,v 1.6 2007/02/05 20:13:05 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -52,7 +52,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#include <boost/thread/mutex.hpp>
 #include <boost/thread/thread.hpp>
 #include <boost/bind.hpp>
 




reply via email to

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