]> git.sesse.net Git - vlc/blobdiff - modules/mux/wav.c
A bit of headers cleanup
[vlc] / modules / mux / wav.c
index 9b47da7feaaafec189674bfb0c91429ed4345703..a8a0f86ad16be5bb51906e8ba01c9156c8d9aa34 100644 (file)
 #include <stdlib.h>
 
 #include <vlc/vlc.h>
-#include <vlc/aout.h>
-#include <vlc/sout.h>
-
-#include "codecs.h"
+#include <vlc_aout.h>
+#include <vlc_sout.h>
+#include <vlc_block.h>
+#include <vlc_codecs.h>
 
 /*****************************************************************************
  * Module descriptor