gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12027: Add another forward declarat


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12027: Add another forward declaration.
Date: Fri, 12 Mar 2010 04:52:58 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12027
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-12 04:52:58 +0100
message:
  Add another forward declaration.
modified:
  libcore/vm/ASHandlers.h
  libcore/vm/ActionExec.h
  libcore/vm/Machine.h
  libcore/vm/fn_call.h
=== modified file 'libcore/vm/ASHandlers.h'
--- a/libcore/vm/ASHandlers.h   2010-03-10 16:13:07 +0000
+++ b/libcore/vm/ASHandlers.h   2010-03-12 03:52:58 +0000
@@ -20,7 +20,6 @@
 
 #include <string>
 #include <vector>
-#include "SWF.h"
 
 
 // Forward declarations

=== modified file 'libcore/vm/ActionExec.h'
--- a/libcore/vm/ActionExec.h   2010-03-11 01:47:08 +0000
+++ b/libcore/vm/ActionExec.h   2010-03-12 03:52:58 +0000
@@ -21,7 +21,6 @@
 
 #include "with_stack_entry.h"
 #include "as_environment.h" // for ScopeStack
-#include "smart_ptr.h"
 #include "SWF.h"
 #include "action_buffer.h"
 

=== modified file 'libcore/vm/Machine.h'
--- a/libcore/vm/Machine.h      2010-03-11 17:03:04 +0000
+++ b/libcore/vm/Machine.h      2010-03-12 03:52:58 +0000
@@ -24,7 +24,6 @@
 #include <sstream>
 #include "SafeStack.h"
 #include "as_value.h"
-#include "VM.h"
 #include "fn_call.h"
 #include "log.h"
 
@@ -42,6 +41,7 @@
     class as_object;
     class Property;
     class CodeStream;
+    class VM;
 }
 
 

=== modified file 'libcore/vm/fn_call.h'
--- a/libcore/vm/fn_call.h      2010-03-11 01:47:08 +0000
+++ b/libcore/vm/fn_call.h      2010-03-12 03:52:58 +0000
@@ -21,7 +21,6 @@
 
 #include "as_environment.h" 
 #include "as_object.h"
-#include "smart_ptr.h"
 #include "as_value.h"
 #include "VM.h"
 #include "GnashException.h"


reply via email to

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