comparison libaf/af_volume.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 2f815fdd521c
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
40 40
41 #include <inttypes.h> 41 #include <inttypes.h>
42 #include <math.h> 42 #include <math.h>
43 #include <limits.h> 43 #include <limits.h>
44 44
45 #include "mp_msg.h"
45 #include "af.h" 46 #include "af.h"
46 47
47 // Data for specific instances of this filter 48 // Data for specific instances of this filter
48 typedef struct af_volume_s 49 typedef struct af_volume_s
49 { 50 {