comparison sol.c @ 3399:d280eb6ace33 libavformat

Remove unnecessary header #includes. Extracted from a patch by Erik Hovland, erik hovland org.
author diego
date Thu, 29 May 2008 13:40:43 +0000
parents 6f61c3b36632
children 7a0230981402
comparison
equal deleted inserted replaced
3398:3fbe87561b73 3399:d280eb6ace33
24 */ 24 */
25 25
26 #include "libavutil/bswap.h" 26 #include "libavutil/bswap.h"
27 #include "avformat.h" 27 #include "avformat.h"
28 #include "raw.h" 28 #include "raw.h"
29 #include "riff.h"
30 29
31 /* if we don't know the size in advance */ 30 /* if we don't know the size in advance */
32 #define AU_UNKNOWN_SIZE ((uint32_t)(~0)) 31 #define AU_UNKNOWN_SIZE ((uint32_t)(~0))
33 32
34 static int sol_probe(AVProbeData *p) 33 static int sol_probe(AVProbeData *p)