1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

avcodec/sbrdsp: Remove unnecessary headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-08-01 06:17:12 +02:00
parent c488ee6182
commit d23cb45c1c
3 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@
#define USE_FIXED 0
#include "aac.h"
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/intfloat.h"
#include "sbrdsp.h"

View File

@ -23,7 +23,6 @@
#include <stdint.h>
#include "aac_defines.h"
#include "libavutil/softfloat.h"
typedef struct SBRDSPContext {
void (*sum64x5)(INTFLOAT *z);

View File

@ -26,7 +26,6 @@
#define USE_FIXED 1
#include "aac.h"
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/intfloat.h"
#include "sbrdsp.h"