From 7fddac9320eec31bc9027f1b1fabac0f3aafaeb2 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 6 Jul 2010 11:42:52 +0000 Subject: os_support: include some headers only when needed Originally committed as revision 24072 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavformat/os_support.c') diff --git a/libavformat/os_support.c b/libavformat/os_support.c index 27863031d1..83f0820662 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -26,13 +26,13 @@ #include "config.h" #include "avformat.h" -#include -#include -#include #include "os_support.h" #if CONFIG_NETWORK +#include +#include #if !HAVE_POLL_H +#include #if HAVE_WINSOCK2_H #include #elif HAVE_SYS_SELECT_H -- cgit v1.2.3