mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
udpsrc: Remove unneeded socket.h include
This commit is contained in:
parent
59e08fa503
commit
2eeb0eb58e
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@
|
||||||
#include "gstudpsrc.h"
|
#include "gstudpsrc.h"
|
||||||
|
|
||||||
#include <gst/net/gstnetaddressmeta.h>
|
#include <gst/net/gstnetaddressmeta.h>
|
||||||
#include <sys/socket.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (udpsrc_debug);
|
GST_DEBUG_CATEGORY_STATIC (udpsrc_debug);
|
||||||
#define GST_CAT_DEFAULT (udpsrc_debug)
|
#define GST_CAT_DEFAULT (udpsrc_debug)
|
||||||
|
|
Loading…
Reference in a new issue