gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10674: Moved ifdef's around


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10674: Moved ifdef's around
Date: Mon, 09 Mar 2009 02:01:24 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10674
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Mon 2009-03-09 02:01:24 +0100
message:
  Moved ifdef's around
modified:
  libnet/http.cpp
  libnet/http.h
=== modified file 'libnet/http.cpp'
--- a/libnet/http.cpp   2009-02-25 22:33:03 +0000
+++ b/libnet/http.cpp   2009-03-09 01:01:24 +0000
@@ -17,10 +17,6 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-#ifdef HAVE_CONFIG_H
-#include "gnashconfig.h"
-#endif
-
 #include <boost/thread/mutex.hpp>
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
@@ -40,10 +36,10 @@
 #include <algorithm>
 #include "GnashSystemIOHeaders.h" // read()
 
+#include "http.h"
 #include "amf.h"
 #include "element.h"
 #include "cque.h"
-#include "http.h"
 #include "log.h"
 #include "network.h"
 #include "handler.h"

=== modified file 'libnet/http.h'
--- a/libnet/http.h     2009-03-06 21:01:59 +0000
+++ b/libnet/http.h     2009-03-09 01:01:24 +0000
@@ -27,7 +27,10 @@
 #include <boost/scoped_array.hpp>
 #include <sstream>
 
+#ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
+#endif
+
 #include "amf.h"
 #include "cque.h"
 #include "rtmp.h"


reply via email to

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