mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
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>
This commit is contained in:
parent
4b68edd08a
commit
eec7f032a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user