gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10767: Minor cleanup to headers inc


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10767: Minor cleanup to headers inclusion
Date: Sat, 04 Apr 2009 12:37:03 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10767
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sat 2009-04-04 12:37:03 +0200
message:
  Minor cleanup to headers inclusion
modified:
  testsuite/MovieTester.cpp
=== modified file 'testsuite/MovieTester.cpp'
--- a/testsuite/MovieTester.cpp 2009-04-03 09:48:13 +0000
+++ b/testsuite/MovieTester.cpp 2009-04-04 10:37:03 +0000
@@ -26,19 +26,23 @@
 #include "movie_instance.h"
 #include "movie_root.h"
 #include "MovieClip.h"
-#include "as_environment.h"
 #include "gnash.h" // for create_movie and create_library_movie and for 
gnash::key namespace
-#include "VM.h" // for initialization
 #include "sound_handler.h" // for creating the "test" sound handlers
 #include "NullSoundHandler.h"
-#include "RGBA.h" // for rgba class
-#include "FuzzyPixel.h"
+#include "RGBA.h" // for rgba class (pixel checking)
+#include "FuzzyPixel.h" // for pixel checking
 #include "render.h"
 #include "render_handler.h"
-#include "render_handler_agg.h"
-#include "SystemClock.h"
+#include "ManualClock.h" // for use by advance
+#include "StreamProvider.h" // for passing to RunInfo
 #ifdef RENDERER_CAIRO
-#include "render_handler_cairo.h"
+# include "render_handler_cairo.h"
+#endif
+#ifdef RENDERER_OPENGL
+# include "render_handler_ogl.h"
+#endif
+#ifdef RENDERER_AGG
+# include "render_handler_agg.h"
 #endif
 
 #include "MediaHandler.h"


reply via email to

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