Commit be128c1e authored by Paul B Mahol's avatar Paul B Mahol

avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3db9960e
......@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <assert.h>
#include "bit_depth_template.c"
void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src,
ptrdiff_t buf_linesize,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment