From 595a975c95033e68e23727d96425fb92adf63bc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:25:50 +0100 Subject: First attempt in fixing compiler warnings (still needs cleanup) --- audio/gstsbcparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/gstsbcparse.c') diff --git a/audio/gstsbcparse.c b/audio/gstsbcparse.c index 72d36ce7..366641ab 100644 --- a/audio/gstsbcparse.c +++ b/audio/gstsbcparse.c @@ -27,8 +27,8 @@ #include -#include "gstsbcparse.h" #include "gstsbcutil.h" +#include "gstsbcparse.h" GST_DEBUG_CATEGORY_STATIC(sbc_parse_debug); #define GST_CAT_DEFAULT sbc_parse_debug -- cgit