1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

lavu/audio_fifo: drop an unnecessary include

Nothing in audio_fifo.h uses anything from fifo.h
This commit is contained in:
Anton Khirnov 2022-01-07 13:03:53 +01:00 committed by Andreas Rheinhardt
parent d46fd9640f
commit 082136209c

View File

@ -28,7 +28,6 @@
#define AVUTIL_AUDIO_FIFO_H
#include "avutil.h"
#include "fifo.h"
#include "samplefmt.h"
/**