rtpmux: Do the includes locally
authorOlivier Crête <olivier.crete@collabora.co.uk>
Mon, 20 Apr 2009 21:42:40 +0000 (17:42 -0400)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:33:45 +0000 (16:33 +0000)
gst/rtpmanager/gstrtpdtmfmux.c
gst/rtpmanager/gstrtpdtmfmux.h
gst/rtpmanager/gstrtpmux.c

index 409375b..692bf59 100644 (file)
 #endif
 
 #include <gst/gst.h>
-#include <gstrtpdtmfmux.h>
 #include <string.h>
 
+#include "gstrtpdtmfmux.h"
+
 GST_DEBUG_CATEGORY_STATIC (gst_rtp_dtmf_mux_debug);
 #define GST_CAT_DEFAULT gst_rtp_dtmf_mux_debug
 
index c73ada4..343be5c 100644 (file)
@@ -27,7 +27,7 @@
 #define __GST_RTP_DTMF_MUX_H__
 
 #include <gst/gst.h>
-#include <gstrtpmux.h>
+#include "gstrtpmux.h"
 
 G_BEGIN_DECLS
 #define GST_TYPE_RTP_DTMF_MUX (gst_rtp_dtmf_mux_get_type())
index 51094f5..00782bb 100644 (file)
 
 #include <gst/gst.h>
 #include <gst/rtp/gstrtpbuffer.h>
-#include <gstrtpmux.h>
 #include <string.h>
 
+#include "gstrtpmux.h"
+
 GST_DEBUG_CATEGORY_STATIC (gst_rtp_mux_debug);
 #define GST_CAT_DEFAULT gst_rtp_mux_debug