From: Sebastian Dröge Date: Fri, 2 Oct 2015 19:42:20 +0000 (+0300) Subject: udpsrc: Fixup last commit X-Git-Tag: 1.10.4~854 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41a82b9706e8923a10803bdebe816dc4dfce9e18;p=platform%2Fupstream%2Fgst-plugins-good.git udpsrc: Fixup last commit --- diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 4929b25..39d69f0 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -114,21 +114,6 @@ #include -/* nicked from gnetworking.h */ -#ifdef G_OS_WIN32 -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0501 -#endif -#include -#undef interface -#include /* for socklen_t */ -#endif /* G_OS_WIN32 */ - -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#endif - /* not 100% correct, but a good upper bound for memory allocation purposes */ #define MAX_IPV4_UDP_PACKET_SIZE (65536 - 8)