From: Tim-Philipp Müller Date: Fri, 16 Aug 2013 12:59:35 +0000 (+0100) Subject: rtsp: fix direct includes X-Git-Tag: 1.19.3~511^2~5093 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c449ae6343acbc127744223e18caeaf68d80421c;p=platform%2Fupstream%2Fgstreamer.git rtsp: fix direct includes https://bugzilla.gnome.org/show_bug.cgi?id=695889 --- diff --git a/gst-libs/gst/rtsp/gstrtspmessage.h b/gst-libs/gst/rtsp/gstrtspmessage.h index 657f3fb..927e2ce 100644 --- a/gst-libs/gst/rtsp/gstrtspmessage.h +++ b/gst-libs/gst/rtsp/gstrtspmessage.h @@ -43,8 +43,7 @@ #ifndef __GST_RTSP_MESSAGE_H__ #define __GST_RTSP_MESSAGE_H__ -#include - +#include #include G_BEGIN_DECLS