]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
A bit of headers cleanup
[vlc] / src / libvlc.c
index ad4883f489cf868b86ea52ff5df40e929ed4427b..277fae3d4bddf7e1af2bccc8a2fc7918fb8f1661 100644 (file)
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/input.h>
 
-#include <libvlc_internal.h>
+#include "control/libvlc_internal.h"
 
-#include <vlc_error.h>
 #include <vlc_playlist.h>
 
-#include "audio_output.h"
-#include "vlc_video.h"
-#include "video_output.h"
+#include <vlc_aout.h>
+#include <vlc_vout.h>
 
 /*****************************************************************************
  * VLC_Version: return the libvlc version.