summaryrefslogtreecommitdiff
path: root/libavcodec/dca_lbr.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-04 15:17:19 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-08 06:16:26 +0100
commit27f22f33834c521a153842fcc0f614360901f2b7 (patch)
tree83537838c3982fe3ab12c8fa6373cf761b148207 /libavcodec/dca_lbr.h
parent115ac90ec99af35838f65fc5b8f1b27e2ca4ab37 (diff)
all: Remove unnecessary libavcodec/internal.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dca_lbr.h')
-rw-r--r--libavcodec/dca_lbr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dca_lbr.h b/libavcodec/dca_lbr.h
index 2eccbe1ff2..db7a676c31 100644
--- a/libavcodec/dca_lbr.h
+++ b/libavcodec/dca_lbr.h
@@ -21,12 +21,10 @@
#ifndef AVCODEC_DCA_LBR_H
#define AVCODEC_DCA_LBR_H
-#include "libavutil/common.h"
#include "libavutil/float_dsp.h"
#include "libavutil/mem_internal.h"
#include "avcodec.h"
-#include "internal.h"
#include "get_bits.h"
#include "dca.h"
#include "dca_exss.h"