]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_intf.c
A bit of headers cleanup
[vlc] / src / video_output / vout_intf.c
index be51dabddc02300be65be3eece6d40739eb33e73..6d05b538fafe1232857cffff6981d236a96f49be 100644 (file)
 #include <sys/types.h>                                          /* opendir() */
 #include <dirent.h>                                             /* opendir() */
 
-#include <vlc/intf.h>
+#include <vlc_interface.h>
 #include <vlc_block.h>
+#include <vlc_playlist.h>
 
-#include "vlc_video.h"
-#include "video_output.h"
-#include "vlc_image.h"
-#include "vlc_spu.h"
-#include "vlc_strings.h"
-#include "charset.h"
+#include <vlc_vout.h>
+#include <vlc_image.h>
+#include <vlc_osd.h>
 
-#include <snapshot.h>
+#include <vlc_strings.h>
+#include <vlc_charset.h>
 
 /*****************************************************************************
  * Local prototypes