10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs
authorAlex Beregszaszi <alex@rtfs.hu>
Sat, 14 Jul 2007 11:33:16 +0000 (11:33 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Sat, 14 Jul 2007 11:33:16 +0000 (11:33 +0000)
Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/internal.h

index d6a6a91..b44e122 100644 (file)
@@ -27,7 +27,6 @@
 #define INTERNAL_H
 
 #include <stdint.h>
-#include <assert.h>
 
 #ifndef attribute_used
 #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)