From b78227e1684a0ef186bf4bf273950f97803289dc Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 25 Oct 2019 20:07:37 +0200 Subject: [PATCH] avformat/avienc: Remove superfluous header 04d2540c added intreadwrite.h to avienc.c, although there was (and is) no need to do so. The inclusion seems to be a mistake as this commit added a AV_WL32 to avidec.c. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Niedermayer --- libavformat/avienc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/avienc.c b/libavformat/avienc.c index 5f143bccce..940ea33510 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -31,7 +31,6 @@ #include "libavutil/avstring.h" #include "libavutil/avutil.h" #include "libavutil/internal.h" -#include "libavutil/intreadwrite.h" #include "libavutil/dict.h" #include "libavutil/avassert.h" #include "libavutil/timestamp.h"