Browse Source

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>
tags/n2.5
Martin Storsjö 11 years ago
parent
commit
eec7f032a9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/os_support.h

+ 0
- 2
libavformat/os_support.h View File

@@ -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…
Cancel
Save