gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1714-g577e592
Date: Wed, 07 Aug 2013 06:09:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  577e592585ead2c7b965ba639e799929186daa37 (commit)
      from  f3d20b5cef8a51df62108a6c4e3e3943cde651c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=577e592585ead2c7b965ba639e799929186daa37


commit 577e592585ead2c7b965ba639e799929186daa37
Author: Bastiaan Jacques <address@hidden>
Date:   Wed Aug 7 08:09:13 2013 +0200

    Use the standard include facility for network system calls.

diff --git a/libbase/Socket.cpp b/libbase/Socket.cpp
index 37516a3..657696e 100644
--- a/libbase/Socket.cpp
+++ b/libbase/Socket.cpp
@@ -37,10 +37,7 @@
 #include "log.h"
 #include "utility.h"
 #include "GnashAlgorithm.h"
-
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
+#include "GnashSystemNetHeaders.h"
 
 namespace gnash {
 
diff --git a/libbase/Socket.h b/libbase/Socket.h
index 75ebcf6..0a4dea0 100644
--- a/libbase/Socket.h
+++ b/libbase/Socket.h
@@ -25,9 +25,6 @@
 #include <boost/cstdint.hpp>
 #include <boost/shared_array.hpp>
 #include "IOChannel.h"
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
 
 namespace gnash {
     class URL;

-----------------------------------------------------------------------

Summary of changes:
 libbase/Socket.cpp |    5 +----
 libbase/Socket.h   |    3 ---
 2 files changed, 1 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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