From 335c150ba1d22786aa8d6e1a26192d75108d63e5 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 30 Jan 2015 10:51:10 +0000 Subject: [PATCH] avcodec/svq1dec: remove unneeded #include, there are no assert() Signed-off-by: Paul B Mahol --- libavcodec/svq1dec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c index 2f9ea16630..7c31e570e5 100644 --- a/libavcodec/svq1dec.c +++ b/libavcodec/svq1dec.c @@ -40,9 +40,6 @@ #include "mathops.h" #include "svq1.h" -#undef NDEBUG -#include - static VLC svq1_block_type; static VLC svq1_motion_component; static VLC svq1_intra_multistage[6];