gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10866: fileio.cpp doesn't need to i


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10866: fileio.cpp doesn't need to include the VM. Should fix build of extension by NOT requiring -I../libcore/swf (See http://gnashdev.org/buildbot/builders/gnash-i686-fedora-distcheck/builds/338/steps/test/logs/stdio)
Date: Wed, 13 May 2009 16:34:34 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10866
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2009-05-13 16:34:34 +0200
message:
  fileio.cpp doesn't need to include the VM. Should fix build of extension by 
NOT requiring -I../libcore/swf (See 
http://gnashdev.org/buildbot/builders/gnash-i686-fedora-distcheck/builds/338/steps/test/logs/stdio)
modified:
  extensions/fileio/fileio.cpp
=== modified file 'extensions/fileio/fileio.cpp'
--- a/extensions/fileio/fileio.cpp      2009-02-25 22:30:19 +0000
+++ b/extensions/fileio/fileio.cpp      2009-05-13 14:34:34 +0000
@@ -29,7 +29,7 @@
 #include "GnashSystemIOHeaders.h" // used by unlink()
 #include <fcntl.h>  // used by asyncmode()
 
-#include "VM.h"
+//#include "VM.h"
 #include "log.h"
 #include "fn_call.h"
 #include "as_object.h"


reply via email to

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