diff --git a/ext/srt/gstsrt.h b/ext/srt/gstsrt.h index 2777cae2dd..6fe5680bc4 100644 --- a/ext/srt/gstsrt.h +++ b/ext/srt/gstsrt.h @@ -23,6 +23,7 @@ #include #include +#include #include diff --git a/ext/srt/gstsrtbasesink.c b/ext/srt/gstsrtbasesink.c index 3f60020bbf..3858f014e4 100644 --- a/ext/srt/gstsrtbasesink.c +++ b/ext/srt/gstsrtbasesink.c @@ -26,8 +26,6 @@ #include "gstsrt.h" #include -#include - #define SRT_DEFAULT_POLL_TIMEOUT -1 #define GST_CAT_DEFAULT gst_debug_srt_base_sink diff --git a/ext/srt/gstsrtbasesrc.c b/ext/srt/gstsrtbasesrc.c index 5558cd145d..29ab55caf5 100644 --- a/ext/srt/gstsrtbasesrc.c +++ b/ext/srt/gstsrtbasesrc.c @@ -27,8 +27,6 @@ #include #include -#include - #define GST_CAT_DEFAULT gst_debug_srt_base_src GST_DEBUG_CATEGORY (GST_CAT_DEFAULT); diff --git a/ext/srt/gstsrtclientsrc.c b/ext/srt/gstsrtclientsrc.c index a57b4faebe..a0d2e7d517 100644 --- a/ext/srt/gstsrtclientsrc.c +++ b/ext/srt/gstsrtclientsrc.c @@ -49,8 +49,6 @@ #include "gstsrt.h" -#include - static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, diff --git a/ext/srt/gstsrtserversink.h b/ext/srt/gstsrtserversink.h index 10eb52bafd..8a11f88334 100644 --- a/ext/srt/gstsrtserversink.h +++ b/ext/srt/gstsrtserversink.h @@ -22,7 +22,6 @@ #define __GST_SRT_SERVER_SINK_H__ #include "gstsrtbasesink.h" -#include G_BEGIN_DECLS diff --git a/ext/srt/gstsrtserversrc.h b/ext/srt/gstsrtserversrc.h index 098b5cdbf7..d7c22c555d 100644 --- a/ext/srt/gstsrtserversrc.h +++ b/ext/srt/gstsrtserversrc.h @@ -22,7 +22,6 @@ #define __GST_SRT_SERVER_SRC_H__ #include "gstsrtbasesrc.h" -#include G_BEGIN_DECLS