aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-24 22:50:11 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-10-31 20:47:00 +0100
commit1e63e24c760dac0b1dc20c0d286a909206c8379c (patch)
treee2f9f5a754de85f71873766a9936a0f41e8c6dcf /libavcodec/aactab.c
parent30deaba97ba0a25b794b2099c742deae40a9cdda (diff)
downloadffmpeg-1e63e24c760dac0b1dc20c0d286a909206c8379c.tar.gz
avcodec/aactab: Improve included headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/aactab.c')
-rw-r--r--libavcodec/aactab.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c
index edb51d8810..d20ac56a3f 100644
--- a/libavcodec/aactab.c
+++ b/libavcodec/aactab.c
@@ -27,15 +27,15 @@
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
*/
-#include "config.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include "config_components.h"
+#include "libavutil/attributes.h"
#include "libavutil/mem_internal.h"
#include "libavutil/thread.h"
-#include "aac.h"
#include "aactab.h"
-#include <stdint.h>
-
#if CONFIG_AAC_ENCODER || CONFIG_AAC_DECODER
#include "kbdwin.h"
#include "sinewin.h"