diff mbox series

[FFmpeg-devel,06/11] avcodec/sbrdsp: Remove unnecessary headers

Message ID DB6PR0101MB2214169F1C661546B59ED2888F9A9@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit d23cb45c1c482c5fcedfd2d83bfd912690709871
Headers show
Series [FFmpeg-devel,01/11] avcodec/flacdsp: Remove unused function parameter | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Aug. 1, 2022, 12:23 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/sbrdsp.c       | 1 -
 libavcodec/sbrdsp.h       | 1 -
 libavcodec/sbrdsp_fixed.c | 1 -
 3 files changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/libavcodec/sbrdsp.c b/libavcodec/sbrdsp.c
index a93b5f9c13..8d6ffdfe7e 100644
--- a/libavcodec/sbrdsp.c
+++ b/libavcodec/sbrdsp.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"
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);
diff --git a/libavcodec/sbrdsp_fixed.c b/libavcodec/sbrdsp_fixed.c
index 0d34a2a710..f5784f801d 100644
--- a/libavcodec/sbrdsp_fixed.c
+++ b/libavcodec/sbrdsp_fixed.c
@@ -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"