comparison libaf/af_channels.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 0f1b5b68af32
children 2b9bc3c2933d
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
23 #include <stdio.h> 23 #include <stdio.h>
24 #include <stdlib.h> 24 #include <stdlib.h>
25 #include <string.h> 25 #include <string.h>
26 #include <inttypes.h> 26 #include <inttypes.h>
27 27
28 #include "mp_msg.h"
28 #include "af.h" 29 #include "af.h"
29 30
30 #define FR 0 31 #define FR 0
31 #define TO 1 32 #define TO 1
32 33