Module: libav Branch: master Commit: eec7f032a903e06d249d1e8aa6630b65292bf40f
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Tue Nov 18 09:57:07 2014 +0200 lavf: Remove a redundant include of sys/stat.h The same file already includes this header a few lines further above. Signed-off-by: Martin Storsjö <[email protected]> --- libavformat/os_support.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/os_support.h b/libavformat/os_support.h index f751d41..068abdf 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -48,8 +48,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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
