]> git.sesse.net Git - vlc/blobdiff - modules/control/http/http.h
Use Brackets for global headers.
[vlc] / modules / control / http / http.h
index 038b36baf8faec8a81fa29ed2bbbc9782c68b2b0..e8dd68c73556146f5f1c242010d77748a8cbc3fc 100644 (file)
 #include <vlc_aout.h>
 #include <vlc_vout.h> /* for fullscreen */
 
-#include "vlc_httpd.h"
-#include "vlc_vlm.h"
-#include "vlc_network.h"
-#include "vlc_acl.h"
-#include "vlc_charset.h"
+#include <vlc_httpd.h>
+#include <vlc_vlm.h>
+#include <vlc_network.h>
+#include <vlc_acl.h>
+#include <vlc_charset.h>
 
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>