Browse Source

lib: use local include

This is how it's done in all other files

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/58/head
Steve Lhomme 9 years ago
committed by Jean-Baptiste Kempf
parent
commit
5c4aa4c941
  1. 2
      lib/video.c

2
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>

Loading…
Cancel
Save