提交 eec7f032 编写于 作者: M 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: NMartin Storsjö <martin@martin.st>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册