From be03912a7805bb40ae022b444b1dc75460bb3eea Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 21 Aug 2013 05:46:34 +0200 Subject: avformat/unix: reshuffle #includes This should fix openbsd while hopefully also working on solaris & android Signed-off-by: Michael Niedermayer --- libavformat/unix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavformat/unix.c') diff --git a/libavformat/unix.c b/libavformat/unix.c index 25af4101a1..0e61318fbd 100644 --- a/libavformat/unix.c +++ b/libavformat/unix.c @@ -26,13 +26,11 @@ * */ -#include -#include - #include "libavutil/avstring.h" #include "libavutil/opt.h" #include "os_support.h" #include "network.h" +#include #include "url.h" typedef struct UnixContext { -- cgit v1.2.3