From 41a82b9706e8923a10803bdebe816dc4dfce9e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Oct 2015 22:42:20 +0300 Subject: [PATCH] udpsrc: Fixup last commit --- gst/udp/gstudpsrc.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 4929b25e2c..39d69f0693 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)