From 1899bae1378ad51dd8e43b3d426c174689b736fa Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 15 Oct 2009 21:50:41 +0200 Subject: [PATCH] remove duplicate math.h include --- wmadec_filter.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2