gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12037: Remove unused includes, ad


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12037: Remove unused includes, add forward declarations.
Date: Sat, 13 Mar 2010 21:19:03 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12037
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sat 2010-03-13 21:19:03 +0100
message:
  Remove unused includes, add forward declarations.
modified:
  libcore/as_environment.h
  libcore/as_value.h
  libcore/vm/Machine.h
=== modified file 'libcore/as_environment.h'
--- a/libcore/as_environment.h  2010-03-10 16:37:25 +0000
+++ b/libcore/as_environment.h  2010-03-13 20:19:03 +0000
@@ -35,6 +35,7 @@
 class VM;
 class Global_as;
 class movie_root;
+class string_table;
 
 /// ActionScript execution environment.
 class as_environment

=== modified file 'libcore/as_value.h'
--- a/libcore/as_value.h        2010-03-10 16:37:25 +0000
+++ b/libcore/as_value.h        2010-03-13 20:19:03 +0000
@@ -22,18 +22,15 @@
 #include "dsodefs.h"
 #include "CharacterProxy.h"
 
-#include <cmath>
 #include <limits>
 #include <string>
 #include <boost/variant.hpp>
 #include <ostream> // for inlined output operator
 #include <boost/type_traits/is_floating_point.hpp>
 #include <boost/utility/enable_if.hpp>
-#include <boost/static_assert.hpp>
-#include <boost/shared_ptr.hpp>
+#include <boost/cstdint.hpp>
 
 #include "utility.h" // UNUSED
-#include "string_table.h"
 
 // Forward declarations
 namespace gnash {

=== modified file 'libcore/vm/Machine.h'
--- a/libcore/vm/Machine.h      2010-03-13 18:00:33 +0000
+++ b/libcore/vm/Machine.h      2010-03-13 20:19:03 +0000
@@ -42,6 +42,7 @@
     class CodeStream;
     class VM;
     template <typename T> class FunctionArgs;
+    class string_table;
 }
 
 


reply via email to

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