]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mmstu.c
A bit of headers cleanup
[vlc] / modules / access / mms / mmstu.c
index 4885460c447956080f74b891ac53a18a714ca788..f19e48b2136513c73e68d9fecbe51339ba6d28c1 100644 (file)
@@ -27,8 +27,9 @@
  *****************************************************************************/
 #include <stdlib.h>
 #include <vlc/vlc.h>
+#include <vlc_access.h>
+
 #include <string.h>
-#include <vlc/input.h>
 #include <errno.h>
 
 #ifdef HAVE_UNISTD_H
 #ifdef HAVE_SYS_TIME_H
 #   include <sys/time.h>
 #endif
-#ifdef HAVE_SYS_TYPES_H 
+#ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>
 #endif
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
 #endif
 
-#include "network.h"
+#include <vlc_network.h>
 #include "vlc_url.h"
 #include "asf.h"
 #include "buffer.h"