]> git.sesse.net Git - vlc/blobdiff - modules/codec/libmpeg2.c
A bit of headers cleanup
[vlc] / modules / codec / libmpeg2.c
index 33f9e0dba0b9505ddb4e689f9c52631ee80ec677..5fdeb49f4a20d736ee62ee0f7e5371ef5902deec 100644 (file)
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/vout.h>
-#include <vlc/decoder.h>
+#include <vlc_vout.h>
+#include <vlc_codec.h>
 
 #include <mpeg2dec/mpeg2.h>
 
-#include "vout_synchro.h"
+#include <vlc_vout_synchro.h>
 
 /* Aspect ratio (ISO/IEC 13818-2 section 6.3.3, table 6-3) */
 #define AR_SQUARE_PICTURE       1                           /* square pixels */