From 9b14170355501b2c1f43b48a2e15789c5899722c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 20 May 2015 16:37:22 +0300 Subject: [PATCH] rtspsrc: Use single-include header for the RTSP library --- gst/rtsp/gstrtspsrc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index 730ea97953..44b76d527a 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -48,10 +48,7 @@ G_BEGIN_DECLS -#include -#include -#include -#include +#include #include #include "gstrtspext.h"