Browse code

avdevice/vfwcap: put the headers back in the order in which they need to be

This avoids build failures

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2015/04/10 04:18:51
Showing 1 changed files
... ...
@@ -19,8 +19,8 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
-#include <vfw.h>
23 22
 #include <windows.h>
23
+#include <vfw.h>
24 24
 
25 25
 #include "libavutil/internal.h"
26 26
 #include "libavutil/log.h"