]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_output.c
Added vout_internal.h.
[vlc] / src / video_output / video_output.c
index 0da340638fa7a6a4d9da10828a66014e117cc39b..1b05a377c978d3780c08fb3e051c531c2ae573fe 100644 (file)
@@ -47,6 +47,7 @@
 
 #include <vlc_filter.h>
 #include <vlc_osd.h>
+#include <assert.h>
 
 #if defined( __APPLE__ )
 /* Include darwin_specific.h here if needed */
@@ -57,8 +58,8 @@
 #include "input/input_internal.h"
 
 #include "modules/modules.h"
-#include <assert.h>
 #include "vout_pictures.h"
+#include "vout_internal.h"
 
 /*****************************************************************************
  * Local prototypes