comparison libaf/af_format.c @ 26345:f0a89eb49958

Remove useless #include.
author diego
date Wed, 09 Apr 2008 18:20:22 +0000
parents b2402b4f0afa
children 72d0b1444141
comparison
equal deleted inserted replaced
26344:3278dca99929 26345:f0a89eb49958
19 #else 19 #else
20 #define lrintf(x) ((int)(x)) 20 #define lrintf(x) ((int)(x))
21 #endif 21 #endif
22 22
23 #include "af.h" 23 #include "af.h"
24 #include "libavutil/common.h"
25 #include "mpbswap.h" 24 #include "mpbswap.h"
26 #include "libvo/fastmemcpy.h" 25 #include "libvo/fastmemcpy.h"
27 26
28 /* Functions used by play to convert the input audio to the correct 27 /* Functions used by play to convert the input audio to the correct
29 format */ 28 format */