Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-22 17:41:09 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-24 04:43:52 +0300
commit0bb0c2679943098c5d39ce235c804c2694ad6bc6 (patch)
tree7f9788b392ca9e3d6c72519fa64dea86e3f5abeb /libavutil/mem_internal.h
parentd09dacc197f99f2ea0b7b9285a5d63d2fd71e1c7 (diff)
avutil/mem_internal: Fix headers
Including avassert.h is unnecessary since commit 786be70e28fe739b8e49893fa13ae4652a68d1ea. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/mem_internal.h')
-rw-r--r--libavutil/mem_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/mem_internal.h b/libavutil/mem_internal.h
index ed846aac52..955e31a698 100644
--- a/libavutil/mem_internal.h
+++ b/libavutil/mem_internal.h
@@ -25,7 +25,8 @@
#include <stdint.h>
-#include "avassert.h"
+#include "attributes.h"
+#include "macros.h"
#include "mem.h"
#include "version.h"