changeset 78:1eb5129d5030 libavutil

unneeded #include
author michael
date Fri, 14 Jul 2006 12:01:53 +0000
parents 503765250ebb
children adbb5540fa47
files lls.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lls.c	Fri Jul 14 10:04:29 2006 +0000
+++ b/lls.c	Fri Jul 14 12:01:53 2006 +0000
@@ -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