diff mbox

[FFmpeg-devel,13/14] iavformat/apetag: Remove superfluous header

Message ID 20191025180746.13725-13-andreas.rheinhardt@gmail.com
State New
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
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 <andreas.rheinhardt@gmail.com>
---
 libavformat/apetag.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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"