diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c index 55d9e3f31d..5e12469be8 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -46,10 +46,6 @@ #include "qdm2_tablegen.h" -#undef NDEBUG -#include - - #define QDM2_LIST_ADD(list, size, packet) \ do { \ if (size > 0) { \