]> git.sesse.net Git - vlc/blobdiff - modules/codec/twolame.c
A bit of headers cleanup
[vlc] / modules / codec / twolame.c
index 780f5421354e8b87148084453cee0be4fb298ade..8fc52b10ca2093420dbeb8d3cee8d8c1da45cddf 100644 (file)
@@ -26,9 +26,9 @@
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/decoder.h>
-#include <vlc/sout.h>
-#include <vlc/aout.h>
+#include <vlc_codec.h>
+#include <vlc_sout.h>
+#include <vlc_aout.h>
 
 #include <twolame.h>