diff --git a/libavformat/os_support.h b/libavformat/os_support.h index f751d41c93fafd613d9b3755e8fc7411fe14d216..068abdfa339275d5781e0a8ae4fa6865e7cbdff1 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -48,8 +48,6 @@ #include #endif #define mkdir(a, b) _mkdir(a) -#else -#include #endif static inline int is_dos_path(const char *path)