gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10950: Move include to GnashNumeric


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10950: Move include to GnashNumeric.h, as that's where the function that needed it
Date: Mon, 01 Jun 2009 14:30:16 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10950
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2009-06-01 14:30:16 +0200
message:
  Move include to GnashNumeric.h, as that's where the function that needed it
  moved to.
modified:
  libbase/GnashNumeric.h
  libbase/utility.h
=== modified file 'libbase/GnashNumeric.h'
--- a/libbase/GnashNumeric.h    2009-03-19 18:47:52 +0000
+++ b/libbase/GnashNumeric.h    2009-06-01 12:30:16 +0000
@@ -24,6 +24,10 @@
 # include "gnashconfig.h"
 #endif
 
+#ifdef SOLARIS
+# include <ieeefp.h> // for finite()
+#endif
+
 #include <cmath>
 #include <algorithm>
 #include <boost/cstdint.hpp>

=== modified file 'libbase/utility.h'
--- a/libbase/utility.h 2009-05-04 22:16:01 +0000
+++ b/libbase/utility.h 2009-06-01 12:30:16 +0000
@@ -24,10 +24,6 @@
 #include "gnashconfig.h"
 #endif
 
-#ifdef SOLARIS
-# include <ieeefp.h> // for finite()
-#endif
-
 #include <cstdlib>
 #include <cassert>
 #include <string>


reply via email to

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