diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-14 11:33:16 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-14 11:33:16 +0000 |
commit | 7eed4aef83ea10d3dff3d526bb05165c093270b3 (patch) | |
tree | e234c10daa26f411a2b3bbb9fdf768c3f769782d /libavutil/internal.h | |
parent | 71e4199485d07eeead3bd03fb11014fd3f07f91d (diff) | |
download | ffmpeg-7eed4aef83ea10d3dff3d526bb05165c093270b3.tar.gz |
10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs
Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index d6a6a9107c..b44e1229f4 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -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) |