diff options
author | Martin Storsjö <martin@martin.st> | 2014-11-18 09:57:07 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-11-22 22:11:44 +0200 |
commit | eec7f032a903e06d249d1e8aa6630b65292bf40f (patch) | |
tree | 891caf128fcd110e99a2448aed9013bf97e0a728 /libavformat/os_support.h | |
parent | 4b68edd08ac352e314ae3fc701f90b081e549324 (diff) | |
download | ffmpeg-eec7f032a903e06d249d1e8aa6630b65292bf40f.tar.gz |
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ö <martin@martin.st>
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r-- | libavformat/os_support.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <io.h> #endif #define mkdir(a, b) _mkdir(a) -#else -#include <sys/stat.h> #endif static inline int is_dos_path(const char *path) |