When the APE tag parsing code was moved into its own file in 191e34cd, intreadwrite.h was included despite not being used for parsing APE tags.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavformat/apetag.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/apetag.c b/libavformat/apetag.c index 8cb3f4a23a..9fb12b9826 100644 --- a/libavformat/apetag.c +++ b/libavformat/apetag.c @@ -22,7 +22,6 @@ #include <inttypes.h> -#include "libavutil/intreadwrite.h" #include "libavutil/dict.h" #include "avformat.h" #include "avio_internal.h" -- 2.20.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
