From 259fd4c7cfb8afbb022921b44fe6611fcefff3b1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 9 Apr 2015 21:18:51 +0200 Subject: avdevice/vfwcap: put the headers back in the order in which they need to be This avoids build failures Signed-off-by: Michael Niedermayer --- libavdevice/vfwcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index 7929ac835e..f99c556a8e 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include +#include #include "libavutil/internal.h" #include "libavutil/log.h" -- cgit v1.2.3