[vlc-commits] lib: use local include
Steve Lhomme
git at videolan.org
Sat Jul 1 18:40:21 CEST 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <jb at videolan.org>
> 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>
More information about the vlc-commits
mailing list