From 7eed4aef83ea10d3dff3d526bb05165c093270b3 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 14 Jul 2007 11:33:16 +0000 Subject: [PATCH] 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/internal.h | 1 - 1 file changed, 1 deletion(-) 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 -#include #ifndef attribute_used #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)