diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-27 22:00:26 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-01 01:35:42 +0100 |
commit | 22dda5615e8a3adfe183c0304f56929eb8d40f71 (patch) | |
tree | 3e960eb383fc3733a1ec9a8d3c339f17c46c835f /libavutil | |
parent | 72becd0627c54d6aa1ba85b21b190ff844915c67 (diff) | |
download | ffmpeg-22dda5615e8a3adfe183c0304f56929eb8d40f71.tar.gz |
avutil/mem_internal: Remove unneeded headers
Unneeded since 21814a70db08999efee49531c67f62e2678a62f4.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/mem_internal.h | 2 |
1 files changed, 0 insertions, 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) |