rtsp: fix direct includes
authorTim-Philipp Müller <tim@centricular.net>
Fri, 16 Aug 2013 12:59:35 +0000 (13:59 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 16 Aug 2013 13:14:22 +0000 (14:14 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=695889

gst-libs/gst/rtsp/gstrtspmessage.h

index 657f3fb..927e2ce 100644 (file)
@@ -43,8 +43,7 @@
 #ifndef __GST_RTSP_MESSAGE_H__
 #define __GST_RTSP_MESSAGE_H__
 
-#include <glib.h>
-
+#include <gst/gst.h>
 #include <gst/rtsp/gstrtspdefs.h>
 
 G_BEGIN_DECLS