From 41456c7d159d83f2fe3ed9399da075b949033bc2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 30 Jan 2015 11:23:27 +0000 Subject: [PATCH] avformat/mux: remove unneeded #include, there are no assert() only av_assert* Signed-off-by: Paul B Mahol --- libavformat/mux.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index adf817112e..050c4d9411 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -44,9 +44,6 @@ #include "network.h" #endif -#undef NDEBUG -#include - /** * @file * muxing functions for use within libavformat