From 0c26aaa61465fecec42d2c8cd84808b3841d0f01 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 3 May 2019 22:28:56 -0400 Subject: [PATCH] ristsrc: Cleanup unused include --- gst/rist/gstristsrc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gst/rist/gstristsrc.c b/gst/rist/gstristsrc.c index 8b70787c4c..287fd46edc 100644 --- a/gst/rist/gstristsrc.c +++ b/gst/rist/gstristsrc.c @@ -59,12 +59,6 @@ /* for strtol() */ #include -/* for setsockopt() */ -#ifndef G_OS_WIN32 -#include -#include -#endif - #include "gstrist.h" GST_DEBUG_CATEGORY_STATIC (gst_rist_src_debug);