summaryrefslogtreecommitdiff
path: root/libavformat/frmdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-22 13:06:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-23 23:45:39 +0100
commit1dcd0adedd15f2595d51febbfc171c576c9e080a (patch)
treeb832278f221dd4e06f4918bc42a24e02d56ddec7 /libavformat/frmdec.c
parent33df1ba6b29362854b647dc0c116ed8949ecee1f (diff)
avformat: Remove unnecessary inclusions from libavcodec
Also improve the other headers a bit while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/frmdec.c')
-rw-r--r--libavformat/frmdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/frmdec.c b/libavformat/frmdec.c
index 478656b037..e6c1179dcd 100644
--- a/libavformat/frmdec.c
+++ b/libavformat/frmdec.c
@@ -24,7 +24,6 @@
* Megalux Frame demuxer
*/
-#include "libavcodec/raw.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"