From c152b07e661cbc274cd4979e6b5e053a64656476 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 29 Aug 2008 22:55:39 +0000 Subject: Move duplicated '#define closesocket close' into network.h along with network-related #include #ifdeffery. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27496 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_ftp.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'stream/stream_ftp.c') diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c index 814d7d0083..253bf057fb 100644 --- a/stream/stream_ftp.c +++ b/stream/stream_ftp.c @@ -9,14 +9,9 @@ #include #include #include -#ifndef HAVE_WINSOCK2_H -#include -#define closesocket close -#else -#include -#endif #include "mp_msg.h" +#include "network.h" #include "stream.h" #include "help_mp.h" #include "m_option.h" -- cgit v1.2.3