git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavf: Remove a redundant include of sys/stat.h
[ffmpeg.git]
/
libavformat
/
os_support.h
diff --git
a/libavformat/os_support.h
b/libavformat/os_support.h
index
f751d41
..
068abdf
100644
(file)
--- 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)