avformat: remove duplicate includes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-09-21 15:11:12 +02:00
parent d0c61571cf
commit 49515cb840
9 changed files with 0 additions and 13 deletions
-2
View File
@@ -54,8 +54,6 @@
#include <io.h>
#endif
#define mkdir(a, b) _mkdir(a)
#else
#include <sys/stat.h>
#endif
static inline int is_dos_path(const char *path)