From 2eeb0eb58ed2a7785c94eca9ed1fb8ad873d0207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 17 Jan 2012 16:58:07 +0100 Subject: [PATCH] udpsrc: Remove unneeded socket.h include --- gst/udp/gstudpsrc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index aa9b13ea67..886aaa98a4 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -111,7 +111,6 @@ #include "gstudpsrc.h" #include -#include GST_DEBUG_CATEGORY_STATIC (udpsrc_debug); #define GST_CAT_DEFAULT (udpsrc_debug)