]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
A bit of headers cleanup
[vlc] / modules / control / hotkeys.c
index 14250c7e8ef46de3ec6c2cad640dd482166593cf..b14f253fa98022e3d4c350ee7a9f6cb76fcaa2b8 100644 (file)
 #include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
-#include <vlc/input.h>
-#include <vlc/vout.h>
-#include <vlc/aout.h>
+#include <vlc_interface.h>
+#include <vlc_input.h>
+#include <vlc_vout.h>
+#include <vlc_aout.h>
 #include <vlc_osd.h>
-
+#include <vlc_playlist.h>
 #include "vlc_keys.h"
 
 #define BUFFER_SIZE 10