diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 15:02:30 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 15:02:30 +0200 |
commit | 2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch) | |
tree | 2c9eaeef2b78febca43b01944b7e8382a1639c0c /libavformat/westwood_audenc.c | |
parent | 4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff) | |
download | ffmpeg-2934a4b9a5ee4825480180421e4679c02e6cbbe5.tar.gz |
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/westwood_audenc.c')
-rw-r--r-- | libavformat/westwood_audenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/westwood_audenc.c b/libavformat/westwood_audenc.c index b4fad83a17..597d68350f 100644 --- a/libavformat/westwood_audenc.c +++ b/libavformat/westwood_audenc.c @@ -28,8 +28,6 @@ * @see http://xhp.xwis.net/documents/aud3.txt */ -#include "libavutil/avassert.h" - #include "avformat.h" #include "avio_internal.h" #include "internal.h" |