From 021c0c5f5246351a290c701e7b5c98458ede1b54 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 31 Jan 2015 09:26:54 +0000 Subject: avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert* Signed-off-by: Paul B Mahol --- libavcodec/motion_est.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/motion_est.c') diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 749af72035..a0a5965321 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -36,9 +36,6 @@ #include "mpegutils.h" #include "mpegvideo.h" -#undef NDEBUG -#include - #define P_LEFT P[1] #define P_TOP P[2] #define P_TOPRIGHT P[3] -- cgit v1.2.1