From 2934a4b9a5ee4825480180421e4679c02e6cbbe5 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 22 Jul 2021 15:02:30 +0200 Subject: Remove unnecessary avassert.h inclusions Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_histogram.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_histogram.c') diff --git a/libavfilter/vf_histogram.c b/libavfilter/vf_histogram.c index 0862b2ae2a..bd9408c42d 100644 --- a/libavfilter/vf_histogram.c +++ b/libavfilter/vf_histogram.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavutil/avassert.h" #include "libavutil/colorspace.h" #include "libavutil/opt.h" #include "libavutil/parseutils.h" -- cgit v1.2.3