]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/shout.c
A bit of headers cleanup
[vlc] / modules / services_discovery / shout.c
index cde440045210bfb97894fb00850ae4e4ebf624e3..f219b6e5d2abe28593c2385f13e507c80f6b72a1 100644 (file)
 #include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
-#include <vlc_interaction.h>
+#include <vlc_playlist.h>
+#include <vlc_interface.h>
 
-#include <vlc/input.h>
-
-#include "network.h"
+#include <vlc_network.h>
 
 #include <errno.h>                                                 /* ENOMEM */