From cc1357a173133e4ef81d9536d4475af93c9a15bd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 30 Jan 2015 11:25:18 +0000 Subject: [PATCH] avformat/mov: remove unneeded #include, there are no assert() Signed-off-by: Paul B Mahol --- libavformat/mov.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index f7e6137581..91356adbd5 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -55,10 +55,6 @@ #include "qtpalette.h" - -#undef NDEBUG -#include - /* those functions parse an atom */ /* links atom IDs to parse functions */ typedef struct MOVParseTableEntry {