summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-17 16:58:07 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-17 16:58:07 +0100
commit2eeb0eb58ed2a7785c94eca9ed1fb8ad873d0207 (patch)
tree15420e911cb82ec2d4015db0364111d02a96f911
parent59e08fa503a0914b04a470ddad120da88ca2d514 (diff)
udpsrc: Remove unneeded socket.h include
-rw-r--r--gst/udp/gstudpsrc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index aa9b13ea6..886aaa98a 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -111,7 +111,6 @@
#include "gstudpsrc.h"
#include <gst/net/gstnetaddressmeta.h>
-#include <sys/socket.h>
GST_DEBUG_CATEGORY_STATIC (udpsrc_debug);
#define GST_CAT_DEFAULT (udpsrc_debug)