summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mvpred.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 19:35:49 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 20:12:18 +0100
commit9dc60f4fba38b867f724d8007ba43d20e2f93cbe (patch)
treef3be6c2cb5aa93b67e1a6e799c5aac51e17828b5 /libavcodec/h264_mvpred.h
parent58457d2e8791978189bccdf58b10d7dae2cef2e5 (diff)
avcodec/h264_*: Remove unnecessary internal.h inclusions
Also remove some other unnecessary headers while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264_mvpred.h')
-rw-r--r--libavcodec/h264_mvpred.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h
index 19d9ee462d..46ae2738f9 100644
--- a/libavcodec/h264_mvpred.h
+++ b/libavcodec/h264_mvpred.h
@@ -28,8 +28,6 @@
#ifndef AVCODEC_H264_MVPRED_H
#define AVCODEC_H264_MVPRED_H
-#include "internal.h"
-#include "avcodec.h"
#include "h264dec.h"
#include "mpegutils.h"
#include "libavutil/avassert.h"