From 1dcd0adedd15f2595d51febbfc171c576c9e080a Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 22 Mar 2022 13:06:05 +0100 Subject: avformat: Remove unnecessary inclusions from libavcodec Also improve the other headers a bit while at it. Signed-off-by: Andreas Rheinhardt --- libavformat/oggparsespeex.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libavformat/oggparsespeex.c') diff --git a/libavformat/oggparsespeex.c b/libavformat/oggparsespeex.c index 7d3d653384..d20d14fa41 100644 --- a/libavformat/oggparsespeex.c +++ b/libavformat/oggparsespeex.c @@ -22,13 +22,8 @@ DEALINGS IN THE SOFTWARE. **/ -#include - -#include "libavutil/bswap.h" -#include "libavutil/avstring.h" #include "libavutil/channel_layout.h" - -#include "libavcodec/bytestream.h" +#include "libavutil/intreadwrite.h" #include "avformat.h" #include "internal.h" -- cgit v1.2.3