From 8a54ad09feda86c8f38956d32734ba9567042bba Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 13 Jul 2007 12:01:56 +0000 Subject: [PATCH] remove uneeded include as assert is never used Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ogg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/ogg.c b/libavformat/ogg.c index c98bb22735..9a5f11d09c 100644 --- a/libavformat/ogg.c +++ b/libavformat/ogg.c @@ -28,8 +28,6 @@ #include "avformat.h" -#undef NDEBUG -#include #define DECODER_BUFFER_SIZE 4096