From: Andre Noll Date: Thu, 15 Oct 2009 19:50:41 +0000 (+0200) Subject: remove duplicate math.h include X-Git-Tag: v0.4.1~100 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1899bae1378ad51dd8e43b3d426c174689b736fa;ds=sidebyside remove duplicate math.h include --- diff --git a/wmadec_filter.c b/wmadec_filter.c index 14777914..15bb3925 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -777,7 +776,6 @@ static int wma_decode_block(struct private_wmadec_data *s) /* complex coding */ if (s->use_noise_coding) { - for (ch = 0; ch < s->ahi.channels; ch++) { if (s->channel_coded[ch]) { int i, m, a;