sbc: Fix coding style issues

This commit is contained in:
Marcel Holtmann 2007-10-24 21:33:18 +00:00 committed by Tim-Philipp Müller
parent 8f8ccc0f12
commit cd3e730aeb
2 changed files with 7 additions and 14 deletions

View File

@ -21,12 +21,8 @@
* *
*/ */
/* common functions for gstreamer sbc related plugins */
#include "gstsbcutil.h"
#include "ipc.h" #include "ipc.h"
#include "gstsbcutil.h"
/* /*
* Selects one rate from a list of possible rates * Selects one rate from a list of possible rates

View File

@ -21,9 +21,6 @@
* *
*/ */
/* common functions for gstreamer sbc related plugins */
#include <gst/gst.h> #include <gst/gst.h>
gint gst_sbc_select_rate_from_list(const GValue *value); gint gst_sbc_select_rate_from_list(const GValue *value);