From ca8617a04d32bec50b24c243ef95d2b6e0d7fcdd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 30 Jan 2015 11:19:39 +0000 Subject: [PATCH] avformat/mpeg: remove unneeded #include, there are no assert() only av_assert* Signed-off-by: Paul B Mahol --- libavformat/mpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index f98d850272..a0b5738790 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -28,8 +28,6 @@ # include "libavutil/bprint.h" #endif -#undef NDEBUG -#include #include "libavutil/avassert.h" /*********************************************/