From 0f40c9098498ad90dbbd2380eb4269015e84bde4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 14 Apr 2016 18:24:51 +0200 Subject: Drop pointless assert.h #includes --- libavcodec/wmadec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/wmadec.c') diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index b79dd2a101..b6be51ad4b 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -39,9 +39,6 @@ #include "internal.h" #include "wma.h" -#undef NDEBUG -#include - #define EXPVLCBITS 8 #define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS) -- cgit v1.2.3