gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10068: Move include as well as code


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10068: Move include as well as code from ASHandlers to movie_root. Drop
Date: Thu, 23 Oct 2008 22:25:33 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10068
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2008-10-23 22:25:33 +0200
message:
  Move include as well as code from ASHandlers to movie_root. Drop
  gui.h include in core.
modified:
  libcore/movie_root.cpp
  libcore/vm/ASHandlers.cpp
=== modified file 'libcore/movie_root.cpp'
--- a/libcore/movie_root.cpp    2008-10-23 18:56:00 +0000
+++ b/libcore/movie_root.cpp    2008-10-23 20:25:33 +0000
@@ -33,8 +33,8 @@
 #include "sound_handler.h"
 #include "timers.h" // for Timer use
 #include "GnashKey.h" // key::code
-#include "../gui/gui.h"
 
+#include <boost/algorithm/string/replace.hpp>
 #include <utility>
 #include <iostream>
 #include <string>

=== modified file 'libcore/vm/ASHandlers.cpp'
--- a/libcore/vm/ASHandlers.cpp 2008-10-23 16:50:44 +0000
+++ b/libcore/vm/ASHandlers.cpp 2008-10-23 20:25:33 +0000
@@ -58,7 +58,6 @@
 #include <cstdlib> // std::mbstowcs
 #include <boost/scoped_array.hpp>
 #include <boost/random.hpp>
-#include <boost/algorithm/string/replace.hpp>
 #include <boost/lexical_cast.hpp>
 #include <algorithm> // std::swap
 


reply via email to

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