]> git.sesse.net Git - vlc/blobdiff - modules/packetizer/mpeg4video.c
A bit of headers cleanup
[vlc] / modules / packetizer / mpeg4video.c
index 453e7b63e473b379cea4640e219a98a2e4706143..a5930d903190cae5f1b67fa6b431b2a00d1af3c7 100644 (file)
 #include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>
-#include <vlc/decoder.h>
-#include <vlc/sout.h>
-#include <vlc/input.h>                  /* hmmm, just for INPUT_RATE_DEFAULT */
+#include <vlc_sout.h>
+#include <vlc_codec.h>
+#include <vlc_block.h>
+#include <vlc_input.h>                  /* hmmm, just for INPUT_RATE_DEFAULT */
 
 #include "vlc_bits.h"
 #include "vlc_block_helper.h"