[vlc-devel] commit: Global include not local. ( Rémi Duraffort )

git version control git at videolan.org
Thu Jul 23 13:08:33 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jul 23 08:56:44 2009 +0200| [1ae47a55dfd58dadfc296beb1e71d092957089af] | committer: Rémi Duraffort 

Global include not local.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ae47a55dfd58dadfc296beb1e71d092957089af
---

 modules/access_output/file.c |    2 +-
 modules/access_output/http.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access_output/file.c b/modules/access_output/file.c
index 7639a0b..9e7c33e 100644
--- a/modules/access_output/file.c
+++ b/modules/access_output/file.c
@@ -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>
diff --git a/modules/access_output/http.c b/modules/access_output/http.c
index fde86a1..d5339fb 100644
--- a/modules/access_output/http.c
+++ b/modules/access_output/http.c
@@ -49,7 +49,7 @@
     #endif
 #endif
 
-#include "vlc_httpd.h"
+#include <vlc_httpd.h>
 
 #define DEFAULT_PORT        8080
 #define DEFAULT_SSL_PORT    8443




More information about the vlc-devel mailing list