vlc | branch: master | Steve Lhomme <[email protected]> | Mon Jun 12 09:47:17 2017 +0200| [5c4aa4c941e64dc1892826de7130520df5fca653] | committer: Jean-Baptiste Kempf
lib: use local include This is how it's done in all other files Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c4aa4c941e64dc1892826de7130520df5fca653 --- lib/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/video.c b/lib/video.c index 3fcde1091c..fbb99fbaf4 100644 --- a/lib/video.c +++ b/lib/video.c @@ -39,7 +39,7 @@ #include <vlc_input.h> #include <vlc_vout.h> -#include <libvlc_internal.h> +#include "libvlc_internal.h" #include "media_player_internal.h" #include <math.h> #include <assert.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
