diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-01-07 13:03:53 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-07 00:31:23 +0100 |
commit | 082136209c5038e54813bb3a6e35da8a73acf0ea (patch) | |
tree | ad98a1227a3db128c072e5bba68f9b613f9457d2 /libavutil/audio_fifo.h | |
parent | d46fd9640f0e6793eb1cf991eb4808c9c97a6a68 (diff) | |
download | ffmpeg-082136209c5038e54813bb3a6e35da8a73acf0ea.tar.gz |
lavu/audio_fifo: drop an unnecessary include
Nothing in audio_fifo.h uses anything from fifo.h
Diffstat (limited to 'libavutil/audio_fifo.h')
-rw-r--r-- | libavutil/audio_fifo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/audio_fifo.h b/libavutil/audio_fifo.h index d8a9194a8d..9d570b04c0 100644 --- a/libavutil/audio_fifo.h +++ b/libavutil/audio_fifo.h @@ -28,7 +28,6 @@ #define AVUTIL_AUDIO_FIFO_H #include "avutil.h" -#include "fifo.h" #include "samplefmt.h" /** |