]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/events.c
A bit of headers cleanup
[vlc] / modules / video_output / directx / events.c
index 9915b89086860425058790779d1ee27d0fe4f11d..5840b9cf1dbef3ae557d89690e3e5059bfcfe201 100644 (file)
@@ -36,9 +36,9 @@
 #endif
 
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
-#include <vlc/input.h>
-#include <vlc/vout.h>
+#include <vlc_interface.h>
+#include <vlc_playlist.h>
+#include <vlc_vout.h>
 
 #include <windows.h>
 #include <windowsx.h>