diff mbox series

[FFmpeg-devel] avutil/mem_internal: Remove unneeded headers

Message ID AS8P250MB074483CF989B5431E2B17E448F592@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 22dda5615e8a3adfe183c0304f56929eb8d40f71
Headers show
Series [FFmpeg-devel] avutil/mem_internal: Remove unneeded headers | 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 Feb. 27, 2024, 9:14 p.m. UTC
Unneeded since 21814a70db08999efee49531c67f62e2678a62f4.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavutil/mem_internal.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Andreas Rheinhardt Feb. 29, 2024, 9:35 a.m. UTC | #1
Andreas Rheinhardt:
> Unneeded since 21814a70db08999efee49531c67f62e2678a62f4.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  libavutil/mem_internal.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/libavutil/mem_internal.h b/libavutil/mem_internal.h
> index b1d89a0605..20f9b3e3f2 100644
> --- a/libavutil/mem_internal.h
> +++ b/libavutil/mem_internal.h
> @@ -27,8 +27,6 @@
>  
>  #include "attributes.h"
>  #include "macros.h"
> -#include "mem.h"
> -#include "version.h"
>  
>  /**
>   * @def DECLARE_ALIGNED(n,t,v)

Will apply this patch tomorrow unless there are objections.

- Andreas
diff mbox series

Patch

diff --git a/libavutil/mem_internal.h b/libavutil/mem_internal.h
index b1d89a0605..20f9b3e3f2 100644
--- a/libavutil/mem_internal.h
+++ b/libavutil/mem_internal.h
@@ -27,8 +27,6 @@ 
 
 #include "attributes.h"
 #include "macros.h"
-#include "mem.h"
-#include "version.h"
 
 /**
  * @def DECLARE_ALIGNED(n,t,v)