From a8980078a133d98319468866580cfc866b0cc5d7 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 22 Aug 2022 10:48:40 -0700 Subject: [PATCH] highbd_quantize_neon.c: remove unneeded assert.h Change-Id: I041f5fb23b856a2b519669b5bf8a40d3772b4a6e --- vpx_dsp/arm/highbd_quantize_neon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vpx_dsp/arm/highbd_quantize_neon.c b/vpx_dsp/arm/highbd_quantize_neon.c index 4ce432e..502a9c9 100644 --- a/vpx_dsp/arm/highbd_quantize_neon.c +++ b/vpx_dsp/arm/highbd_quantize_neon.c @@ -9,7 +9,6 @@ */ #include -#include #include "./vpx_config.h" #include "./vpx_dsp_rtcd.h" -- 2.7.4