Browse Source

test: media: remove unused vlc_events.h include

pull/162/head
Thomas Guillem 2 years ago
committed by Jean-Baptiste Kempf
parent
commit
7e05eb8285
  1. 1
      test/libvlc/media.c

1
test/libvlc/media.c

@ -30,7 +30,6 @@
#include <vlc_threads.h>
#include <vlc_fs.h>
#include <vlc_input_item.h>
#include <vlc_events.h>
static void media_parse_ended(const libvlc_event_t *event, void *user_data)
{

Loading…
Cancel
Save