]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
remove duplicate math.h include
authorAndre Noll <maan@systemlinux.org>
Thu, 15 Oct 2009 19:50:41 +0000 (21:50 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 18 Nov 2009 18:34:14 +0000 (19:34 +0100)
wmadec_filter.c

index 147779148540b85275440928f8e24b4d41932372..15bb39253672dae4e4dd39e2d105c7ab41e026ba 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <sys/time.h>
 #include <inttypes.h>
-#include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
@@ -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;