From 5af0efd1d31d037220d10b5b0d1e8aa3fb31bcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Mon, 20 Apr 2009 17:42:40 -0400 Subject: rtpmux: Do the includes locally --- gst/rtpmux/gstrtpdtmfmux.c | 3 ++- gst/rtpmux/gstrtpdtmfmux.h | 2 +- gst/rtpmux/gstrtpmux.c | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'gst/rtpmux') diff --git a/gst/rtpmux/gstrtpdtmfmux.c b/gst/rtpmux/gstrtpdtmfmux.c index 409375b7..692bf595 100644 --- a/gst/rtpmux/gstrtpdtmfmux.c +++ b/gst/rtpmux/gstrtpdtmfmux.c @@ -64,9 +64,10 @@ #endif #include -#include #include +#include "gstrtpdtmfmux.h" + GST_DEBUG_CATEGORY_STATIC (gst_rtp_dtmf_mux_debug); #define GST_CAT_DEFAULT gst_rtp_dtmf_mux_debug diff --git a/gst/rtpmux/gstrtpdtmfmux.h b/gst/rtpmux/gstrtpdtmfmux.h index c73ada44..343be5c5 100644 --- a/gst/rtpmux/gstrtpdtmfmux.h +++ b/gst/rtpmux/gstrtpdtmfmux.h @@ -27,7 +27,7 @@ #define __GST_RTP_DTMF_MUX_H__ #include -#include +#include "gstrtpmux.h" G_BEGIN_DECLS #define GST_TYPE_RTP_DTMF_MUX (gst_rtp_dtmf_mux_get_type()) diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index 51094f59..00782bbe 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -36,9 +36,10 @@ #include #include -#include #include +#include "gstrtpmux.h" + GST_DEBUG_CATEGORY_STATIC (gst_rtp_mux_debug); #define GST_CAT_DEFAULT gst_rtp_mux_debug -- cgit v1.2.1