gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11539: More cleaning up


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11539: More cleaning up
Date: Fri, 02 Oct 2009 04:09:15 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11539
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Fri 2009-10-02 04:09:15 +0200
message:
  More cleaning up
modified:
  cygnal/cygnal.cpp
  libbase/gmemory.h
  libbase/memory.cpp
=== modified file 'cygnal/cygnal.cpp'
--- a/cygnal/cygnal.cpp 2009-10-01 23:46:57 +0000
+++ b/cygnal/cygnal.cpp 2009-10-02 02:09:15 +0000
@@ -82,7 +82,7 @@
 #include "cygnal.h"
 
 #ifdef ENABLE_NLS
-#include <clocale>>
+#include <clocale>
 #endif
 
 #include <boost/date_time/gregorian/gregorian.hpp>

=== modified file 'libbase/gmemory.h'
--- a/libbase/gmemory.h 2009-02-25 22:33:03 +0000
+++ b/libbase/gmemory.h 2009-10-02 02:09:15 +0000
@@ -29,9 +29,9 @@
 // If we don't have support for mallinfo(), this code is useless
 #ifdef HAVE_MALLINFO
 
-#include <stdlib.h>
+#include <cstdlib>
 #include <malloc.h>
-#include <time.h>
+#include <ctime>
 #include "dsodefs.h" // DSOEXPORT
 
 namespace gnash {

=== modified file 'libbase/memory.cpp'
--- a/libbase/memory.cpp        2009-02-25 22:33:03 +0000
+++ b/libbase/memory.cpp        2009-10-02 02:09:15 +0000
@@ -26,8 +26,6 @@
 // If we don't have support for mallinfo(), this code is useless
 #if HAVE_MALLINFO
 
-#include <cstdlib>
-#include <malloc.h>
 #include <vector>
 
 #include "log.h"


reply via email to

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