summaryrefslogtreecommitdiff
path: root/libavcodec/sbrdsp.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-01 06:17:12 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-05 03:28:45 +0200
commitd23cb45c1c482c5fcedfd2d83bfd912690709871 (patch)
tree00164c6193cb0003c73932d77eda1f9cfb2bc007 /libavcodec/sbrdsp.h
parentc488ee6182017910d58343c9fcece504bf89dad1 (diff)
downloadffmpeg-d23cb45c1c482c5fcedfd2d83bfd912690709871.tar.gz
avcodec/sbrdsp: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/sbrdsp.h')
-rw-r--r--libavcodec/sbrdsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/sbrdsp.h b/libavcodec/sbrdsp.h
index e6fd76d8ed..8513c423af 100644
--- a/libavcodec/sbrdsp.h
+++ b/libavcodec/sbrdsp.h
@@ -23,7 +23,6 @@
#include <stdint.h>
#include "aac_defines.h"
-#include "libavutil/softfloat.h"
typedef struct SBRDSPContext {
void (*sum64x5)(INTFLOAT *z);