avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-01-30 11:19:39 +00:00
parent 43630c82f1
commit ca8617a04d
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@
# include "libavutil/bprint.h"
#endif
#undef NDEBUG
#include <assert.h>
#include "libavutil/avassert.h"
/*********************************************/