From 49515cb8407ba237329280d99ab7e79a02560dfe Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 21 Sep 2013 15:11:12 +0200 Subject: avformat: remove duplicate includes Signed-off-by: Michael Niedermayer --- libavformat/os_support.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/os_support.h') diff --git a/libavformat/os_support.h b/libavformat/os_support.h index b0f02c11f1..7c7cd1f1a4 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -54,8 +54,6 @@ #include #endif #define mkdir(a, b) _mkdir(a) -#else -#include #endif static inline int is_dos_path(const char *path) -- cgit v1.2.3