]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
A bit of headers cleanup
[vlc] / src / misc / objects.c
index 1fd41031ac09de457c1942df79239c7eef78af01..c2f76f5fe3e250165e39585e88701897454895da 100644 (file)
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/input.h>
 
 #ifdef HAVE_STDLIB_H
 #   include <stdlib.h>                                          /* realloc() */
 #endif
 
-#include "vlc_video.h"
-#include "video_output.h"
-#include "vlc_spu.h"
+#include <vlc_vout.h>
+#include <vlc_aout.h>
+#include "audio_output/aout_internal.h"
 
-#include "audio_output.h"
-#include "aout_internal.h"
-#include "stream_output.h"
+#include <vlc_access.h>
+#include <vlc_demux.h>
+#include <vlc_stream.h>
+
+#include <vlc_sout.h>
+#include "stream_output/stream_output.h"
 
 #include "vlc_playlist.h"
 #include "vlc_interface.h"
@@ -58,6 +60,8 @@
 #include "vlc_osd.h"
 #include "vlc_meta.h"
 
+#include "variables.h"
+
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/