Commit f318ceca authored by Jean-Paul Saman's avatar Jean-Paul Saman

Use include <file.h> for include files that can be found on the include path...

Use include <file.h> for include files that can be found on the include path as provided to the compiler.
parent 7214895c
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include <vlc/sout.h> #include <vlc/sout.h>
#include <vlc/vout.h> #include <vlc/vout.h>
#include "network.h" #include <charset.h>
#include "charset.h" #include <network.h>
#define HAVE_MMX #define HAVE_MMX
#ifdef HAVE_FFMPEG_AVCODEC_H #ifdef HAVE_FFMPEG_AVCODEC_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment