From be128c1e34263f18b42d1bcb684ba45bad312d75 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 30 Jan 2015 10:58:19 +0000 Subject: avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert* Signed-off-by: Paul B Mahol --- libavcodec/videodsp_template.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/videodsp_template.c') diff --git a/libavcodec/videodsp_template.c b/libavcodec/videodsp_template.c index f4ff2ba646..c569c30d60 100644 --- a/libavcodec/videodsp_template.c +++ b/libavcodec/videodsp_template.c @@ -19,8 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include "bit_depth_template.c" void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_linesize, -- cgit v1.2.3