comparison libaf/af_sub.c @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 8fa2f43cb760
children 2b9bc3c2933d
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
30 30
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include <string.h> 33 #include <string.h>
34 34
35 #include "mp_msg.h"
35 #include "af.h" 36 #include "af.h"
36 #include "dsp.h" 37 #include "dsp.h"
37 38
38 // Q value for low-pass filter 39 // Q value for low-pass filter
39 #define Q 1.0 40 #define Q 1.0