1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

Remove useless <vlc/vlc.h> include

This commit is contained in:
Rémi Denis-Courmont 2018-05-03 14:52:43 +03:00
parent 0d12b15074
commit 6b6196a007
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
#include <vlc_meta.h>
#include <vlc_url.h>
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_fingerprinter.h>
#include "webservices/acoustid.h"

View File

@ -26,7 +26,6 @@
#include <vlc_stream.h>
#include <limits.h>
#include <vlc/vlc.h>
#include "acoustid.h"
#include "json.h"