Commit 1e63e24c authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/aactab: Improve included headers

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 30deaba9
......@@ -28,7 +28,7 @@
#include "libavutil/ffmath.h"
#include "avcodec.h"
#include "aactab.h"
#include "aac.h"
#include "psymodel.h"
/***********************************
......
......@@ -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"
......
......@@ -31,7 +31,7 @@
#define AVCODEC_AACTAB_H
#include "libavutil/mem_internal.h"
#include "aac.h"
#include "aac_defines.h"
#include <stdint.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment