mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/lrcenc: Remove unnecessary header
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
d15efbdd5e
commit
9e7e34ebcb
|
@ -27,9 +27,7 @@
|
|||
#include "internal.h"
|
||||
#include "lrc.h"
|
||||
#include "metadata.h"
|
||||
#include "subtitles.h"
|
||||
#include "version.h"
|
||||
#include "libavutil/bprint.h"
|
||||
#include "libavutil/dict.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/macros.h"
|
||||
|
|
Loading…
Reference in New Issue