unneeded #include

Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-07-14 12:01:53 +00:00
parent d14ed1f21b
commit 2c779260a9
1 changed files with 0 additions and 3 deletions

View File

@ -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