gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12038: More header shuffling.


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12038: More header shuffling.
Date: Sun, 14 Mar 2010 01:06:32 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12038
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-14 01:06:32 +0100
message:
  More header shuffling.
modified:
  libcore/Timers.cpp
  libcore/Timers.h
  libcore/vm/ASHandlers.cpp
  libcore/vm/ActionExec.cpp
=== modified file 'libcore/Timers.cpp'
--- a/libcore/Timers.cpp        2010-01-11 06:41:38 +0000
+++ b/libcore/Timers.cpp        2010-03-14 00:06:32 +0000
@@ -25,6 +25,7 @@
 #include "VM.h"
 #include "movie_root.h"
 #include "Global_as.h"
+#include "as_function.h"
 
 #include <limits> // for numeric_limits
 #include <functional>

=== modified file 'libcore/Timers.h'
--- a/libcore/Timers.h  2010-03-13 18:00:33 +0000
+++ b/libcore/Timers.h  2010-03-14 00:06:32 +0000
@@ -20,7 +20,6 @@
 #define HAVE_TIMERS_H
 
 #include "dsodefs.h"
-#include "as_function.h"
 #include "smart_ptr.h"
 #include "fn_call.h"
 

=== modified file 'libcore/vm/ASHandlers.cpp'
--- a/libcore/vm/ASHandlers.cpp 2010-03-11 01:47:08 +0000
+++ b/libcore/vm/ASHandlers.cpp 2010-03-14 00:06:32 +0000
@@ -52,6 +52,7 @@
 #include "as_environment.h"
 #include "as_value.h"
 #include "RunResources.h"
+#include "with_stack_entry.h"
 
 #include <string>
 #include <vector>

=== modified file 'libcore/vm/ActionExec.cpp'
--- a/libcore/vm/ActionExec.cpp 2010-01-11 06:41:38 +0000
+++ b/libcore/vm/ActionExec.cpp 2010-03-14 00:06:32 +0000
@@ -36,6 +36,7 @@
 #include "as_environment.h"
 #include "debugger.h"
 #include "SystemClock.h"
+#include "with_stack_entry.h"
 
 #include <sstream>
 #include <string>


reply via email to

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