ristsrc: Cleanup unused include

This commit is contained in:
Nicolas Dufresne 2019-05-03 22:28:56 -04:00 committed by Nicolas Dufresne
parent 73edff67c7
commit 0c26aaa614

View File

@ -59,12 +59,6 @@
/* for strtol() */
#include <stdlib.h>
/* for setsockopt() */
#ifndef G_OS_WIN32
#include <sys/types.h>
#include <sys/socket.h>
#endif
#include "gstrist.h"
GST_DEBUG_CATEGORY_STATIC (gst_rist_src_debug);