summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:11:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:36:33 +0200
commit49515cb8407ba237329280d99ab7e79a02560dfe (patch)
treea8e3ec261af91e49503d7505b55a23d4b7025c05 /libavformat/os_support.h
parentd0c61571cfabd61f4446bae5634dcb22085c2a89 (diff)
avformat: remove duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index b0f02c11f1..7c7cd1f1a4 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -54,8 +54,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)