[vlc-commits] Useless include
Rémi Denis-Courmont
git at videolan.org
Mon Aug 29 18:10:09 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 29 18:48:52 2011 +0300| [2e1714030b8cda1fd7d6ec6b7b72ec62a68ad8aa] | committer: Rémi Denis-Courmont
Useless include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e1714030b8cda1fd7d6ec6b7b72ec62a68ad8aa
---
src/libvlc.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 335687e..2740ae0 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -47,10 +47,6 @@
#include <string.h>
#include <stdlib.h> /* free() */
-#ifndef WIN32
-# include <netinet/in.h> /* BSD: struct in_addr */
-#endif
-
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#elif defined( WIN32 ) && !defined( UNDER_CE )
More information about the vlc-commits
mailing list