]> git.sesse.net Git - vlc/commitdiff
Use include <file.h> for include files that can be found on the include path as provi...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 22 Feb 2006 10:05:59 +0000 (10:05 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 22 Feb 2006 10:05:59 +0000 (10:05 +0000)
modules/stream_out/switcher.c

index a611a10110c805b2368f07afd7890fc3e5eb4901..ed00598a5810c7aad95dbc108bc8999cbfdcc899 100644 (file)
@@ -32,8 +32,8 @@
 #include <vlc/sout.h>
 #include <vlc/vout.h>
 
-#include "network.h"
-#include "charset.h"
+#include <charset.h>
+#include <network.h>
 
 #define HAVE_MMX
 #ifdef HAVE_FFMPEG_AVCODEC_H