comparison file.c @ 1596:a38dd0dae328 libavformat

Remove useless #include.
author diego
date Thu, 21 Dec 2006 11:14:56 +0000
parents 862df89dda4a
children eb16c64144ee
comparison
equal deleted inserted replaced
1595:862df89dda4a 1596:a38dd0dae328
20 */ 20 */
21 #include "avformat.h" 21 #include "avformat.h"
22 #include <fcntl.h> 22 #include <fcntl.h>
23 #include <unistd.h> 23 #include <unistd.h>
24 #include <sys/time.h> 24 #include <sys/time.h>
25 #ifndef __MINGW32__
26 #include <sys/ioctl.h>
27 #endif /* __MINGW32__ */
28 25
29 26
30 /* standard file protocol */ 27 /* standard file protocol */
31 28
32 static int file_open(URLContext *h, const char *filename, int flags) 29 static int file_open(URLContext *h, const char *filename, int flags)