gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12019: Remove some includes, and fo


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12019: Remove some includes, and forward-declare one. Put TagLoadersTable in the correct namespace.
Date: Thu, 11 Mar 2010 04:47:39 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12019
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Thu 2010-03-11 04:47:39 +0100
message:
  Remove some includes, and forward-declare one. Put TagLoadersTable in the 
correct namespace.
modified:
  libcore/parser/BitmapMovieDefinition.h
  libcore/swf/DefaultTagLoaders.h
=== modified file 'libcore/parser/BitmapMovieDefinition.h'
--- a/libcore/parser/BitmapMovieDefinition.h    2010-03-11 01:47:08 +0000
+++ b/libcore/parser/BitmapMovieDefinition.h    2010-03-11 03:47:39 +0000
@@ -18,10 +18,8 @@
 #ifndef GNASH_BITMAPMOVIEDEFINITION_H
 #define GNASH_BITMAPMOVIEDEFINITION_H
 
-#include "smart_ptr.h" // GNASH_USE_GC
 #include "movie_definition.h" // for inheritance
 #include "SWFRect.h" // for composition
-#include "GnashImage.h"
 #include "GnashNumeric.h"
 
 #include <boost/intrusive_ptr.hpp>
@@ -31,6 +29,7 @@
 // Forward declarations
 namespace gnash {
     class Renderer;
+    class GnashImage;
 }
 
 namespace gnash

=== modified file 'libcore/swf/DefaultTagLoaders.h'
--- a/libcore/swf/DefaultTagLoaders.h   2010-03-11 01:47:08 +0000
+++ b/libcore/swf/DefaultTagLoaders.h   2010-03-11 03:47:39 +0000
@@ -20,10 +20,11 @@
 #define GNASH_SWF_DEFAULTLOADERS_H
 
 #include "dsodefs.h" //DSOEXPORT
-#include "SWF.h"
 
 namespace gnash {
-    class TagLoadersTable;
+    namespace SWF {
+        class TagLoadersTable;
+    }
 }
 
 namespace gnash {


reply via email to

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