[vlc-devel] commit: Revert "Fix missing declaration (supposedly crash on amd64)" ( Derk-Jan Hartman )

git version control git at videolan.org
Mon Oct 6 20:25:18 CEST 2008


vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Mon Oct  6 20:19:13 2008 +0200| [ae754a4336d755d55ee8ce4d08518d3099bbb632] | committer: Derk-Jan Hartman 

Revert "Fix missing declaration (supposedly crash on amd64)"

This reverts commit 1d80eeb8927089589870ae58bf7b2f089691e430.

Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae754a4336d755d55ee8ce4d08518d3099bbb632
---

 src/network/io.c  |    2 --
 src/network/tcp.c |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/network/io.c b/src/network/io.c
index fd01cf5..a463569 100644
--- a/src/network/io.c
+++ b/src/network/io.c
@@ -74,8 +74,6 @@
 # define SOL_DCCP 269
 #endif
 
-#include "libvlc.h" /* vlc_object_waitpipe */
-
 extern int rootwrap_bind (int family, int socktype, int protocol,
                           const struct sockaddr *addr, size_t alen);
 
diff --git a/src/network/tcp.c b/src/network/tcp.c
index fe27375..e027e27 100644
--- a/src/network/tcp.c
+++ b/src/network/tcp.c
@@ -58,8 +58,6 @@
 #   define ETIMEDOUT WSAETIMEDOUT
 #endif
 
-#include "libvlc.h" /* vlc_object_waitpipe */
-
 static int SocksNegotiate( vlc_object_t *, int fd, int i_socks_version,
                            const char *psz_user, const char *psz_passwd );
 static int SocksHandshakeTCP( vlc_object_t *,




More information about the vlc-devel mailing list