1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-15 11:28:55 +02:00

Remove an unneeded include of avassert.h from amr.c.

This commit is contained in:
Carl Eugen Hoyos 2014-04-09 22:33:29 +02:00
parent bf87d582b1
commit 2a3ff9fbba

View File

@ -26,7 +26,6 @@ Only mono files are supported.
*/
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"