10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs

Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-07-14 11:33:16 +00:00
parent 71e4199485
commit 7eed4aef83
1 changed files with 0 additions and 1 deletions

View 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)