avutil/mem_internal: Fix headers

Including avassert.h is unnecessary since commit
786be70e28.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-08-22 16:41:09 +02:00
parent d09dacc197
commit 0bb0c26799
3 changed files with 4 additions and 1 deletions

View File

@@ -25,7 +25,8 @@
#include <stdint.h>
#include "avassert.h"
#include "attributes.h"
#include "macros.h"
#include "mem.h"
#include "version.h"