avcodec/sbrdsp: Remove unnecessary headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 2 years ago
parent c488ee6182
commit d23cb45c1c
  1. 1
      libavcodec/sbrdsp.c
  2. 1
      libavcodec/sbrdsp.h
  3. 1
      libavcodec/sbrdsp_fixed.c

@ -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"

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

@ -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"

Loading…
Cancel
Save