rtsp: fix direct includes

https://bugzilla.gnome.org/show_bug.cgi?id=695889
This commit is contained in:
Tim-Philipp Müller 2013-08-16 13:59:35 +01:00
parent c0defba2d2
commit c449ae6343

View 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