Commit eec7f032 authored by Martin Storsjö's avatar Martin Storsjö

lavf: Remove a redundant include of sys/stat.h

The same file already includes this header a few lines further
above.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 4b68edd0
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
#include <io.h> #include <io.h>
#endif #endif
#define mkdir(a, b) _mkdir(a) #define mkdir(a, b) _mkdir(a)
#else
#include <sys/stat.h>
#endif #endif
static inline int is_dos_path(const char *path) static inline int is_dos_path(const char *path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment