diff --git a/libavutil/lls.c b/libavutil/lls.c index 396c4f780e..0556d8c80f 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.c @@ -28,9 +28,6 @@ #include "lls.h" -#undef NDEBUG // allways check asserts, the speed effect is far too small to disable them -#include - #ifdef TEST #define av_log(a,b,...) printf(__VA_ARGS__) #endif