[FFmpeg-devel] [PATCH 29/35] lavu/audio_fifo: drop an unnecessary include

Anton Khirnov anton at khirnov.net
Tue Jan 11 22:46:04 EET 2022


Nothing in audio_fifo.h uses anything from fifo.h
---
 libavutil/audio_fifo.h | 1 -
 1 file changed, 1 deletion(-)

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"
 
 /**
-- 
2.33.0



More information about the ffmpeg-devel mailing list