unneeded #include

Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 19 years ago
parent d14ed1f21b
commit 2c779260a9
  1. 3
      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 <assert.h>
#ifdef TEST
#define av_log(a,b,...) printf(__VA_ARGS__)
#endif

Loading…
Cancel
Save