summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-07-14 11:33:16 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-07-14 11:33:16 +0000
commit7eed4aef83ea10d3dff3d526bb05165c093270b3 (patch)
treee234c10daa26f411a2b3bbb9fdf768c3f769782d /libavutil
parent71e4199485d07eeead3bd03fb11014fd3f07f91d (diff)
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')
-rw-r--r--libavutil/internal.h1
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)