summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_fixed.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-11-06 20:10:38 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-11-11 12:22:47 +0100
commite559f8428faee13f4dd28ad2163d124c3288a11f (patch)
treee28505e13e0c3ce4661ffce195e15377a09ed9d6 /libavcodec/ac3enc_fixed.c
parent8e59e72041360240f60db9c04aecc2143102f0cc (diff)
avcodec: Remove unnecessary fft, dct inclusions
Also remove some internal.h inclusions which have been unnecessarily added recently. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/ac3enc_fixed.c')
-rw-r--r--libavcodec/ac3enc_fixed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3enc_fixed.c b/libavcodec/ac3enc_fixed.c
index f1f573bb72..5a5f1cc2e9 100644
--- a/libavcodec/ac3enc_fixed.c
+++ b/libavcodec/ac3enc_fixed.c
@@ -27,7 +27,6 @@
*/
#define AC3ENC_FLOAT 0
-#include "internal.h"
#include "audiodsp.h"
#include "ac3enc.h"
#include "codec_internal.h"