From c449ae6343acbc127744223e18caeaf68d80421c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 16 Aug 2013 13:59:35 +0100 Subject: [PATCH] rtsp: fix direct includes https://bugzilla.gnome.org/show_bug.cgi?id=695889 --- gst-libs/gst/rtsp/gstrtspmessage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtspmessage.h b/gst-libs/gst/rtsp/gstrtspmessage.h index 657f3fbe75..927e2ce7fd 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