summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/vfwcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index f99c556a8e..167c40bc85 100644
--- a/libavdevice/vfwcap.c
+++ b/libavdevice/vfwcap.c
@@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <windows.h>
-#include <vfw.h>
-
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
@@ -29,6 +26,9 @@
#include "libavformat/internal.h"
+#include <windows.h>
+#include <vfw.h>
+
#include "avdevice.h"
/* Some obsolete versions of MinGW32 before 4.0.0 lack this. */