comparison libaf/af_pan.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
23 23
24 #include <inttypes.h> 24 #include <inttypes.h>
25 #include <math.h> 25 #include <math.h>
26 #include <limits.h> 26 #include <limits.h>
27 27
28 #include "mp_msg.h"
28 #include "af.h" 29 #include "af.h"
29 30
30 // Data for specific instances of this filter 31 // Data for specific instances of this filter
31 typedef struct af_pan_s 32 typedef struct af_pan_s
32 { 33 {