rtspsrc: Use single-include header for the RTSP library
authorSebastian Dröge <sebastian@centricular.com>
Wed, 20 May 2015 13:37:22 +0000 (16:37 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 20 May 2015 13:37:55 +0000 (16:37 +0300)
gst/rtsp/gstrtspsrc.h

index 730ea97..44b76d5 100644 (file)
 
 G_BEGIN_DECLS
 
-#include <gst/rtsp/gstrtspconnection.h>
-#include <gst/rtsp/gstrtspmessage.h>
-#include <gst/rtsp/gstrtspurl.h>
-#include <gst/rtsp/gstrtsprange.h>
+#include <gst/rtsp/rtsp.h>
 #include <gio/gio.h>
 
 #include "gstrtspext.h"