]> git.sesse.net Git - vlc/commitdiff
Global include not local.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 23 Jul 2009 06:56:44 +0000 (08:56 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 23 Jul 2009 11:07:17 +0000 (13:07 +0200)
modules/access_output/file.c
modules/access_output/http.c

index 7639a0be8119b6193dcea0e5cfe7c6e821e499b8..9e7c33e5538430f66b0d6a7cc12e9f8d51441928 100644 (file)
@@ -41,7 +41,7 @@
 #include <vlc_sout.h>
 #include <vlc_block.h>
 #include <vlc_charset.h>
-#include "vlc_strings.h"
+#include <vlc_strings.h>
 
 #if defined( WIN32 ) && !defined( UNDER_CE )
 #   include <io.h>
index fde86a111f01eb82b522e80da93e87ea4f2094fa..d5339fb447591272da31e72e41c27086c119acf0 100644 (file)
@@ -49,7 +49,7 @@
     #endif
 #endif
 
-#include "vlc_httpd.h"
+#include <vlc_httpd.h>
 
 #define DEFAULT_PORT        8080
 #define DEFAULT_SSL_PORT    8443