From eec7f032a903e06d249d1e8aa6630b65292bf40f Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 18 Nov 2014 09:57:07 +0200 Subject: lavf: Remove a redundant include of sys/stat.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The same file already includes this header a few lines further above. Signed-off-by: Martin Storsjö --- 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 f751d41c93..068abdfa33 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -48,8 +48,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