summaryrefslogtreecommitdiff
path: root/libavcodec/rasc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
commit2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch)
tree2c9eaeef2b78febca43b01944b7e8382a1639c0c /libavcodec/rasc.c
parent4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff)
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/rasc.c')
-rw-r--r--libavcodec/rasc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/rasc.c b/libavcodec/rasc.c
index c1e9185192..7fedf73878 100644
--- a/libavcodec/rasc.c
+++ b/libavcodec/rasc.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
-#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"