]> git.sesse.net Git - vlc/blobdiff - modules/mux/ogg.c
Qt4 - Small correction to previous commit. Sorry.
[vlc] / modules / mux / ogg.c
index e4221dcc2a7cc80cadfddaa81e4377e57ff767ad..a00daba177eea0e9f9b4bec26c9ebdcaae4ed35a 100644 (file)
 #endif
 
 #include <vlc/vlc.h>
-#include <vlc/input.h>
-#include <vlc/sout.h>
-
-#include "codecs.h"
+#include <vlc_sout.h>
+#include <vlc_block.h>
+#include <vlc_codecs.h>
 
 #include <ogg/ogg.h>