summaryrefslogtreecommitdiff
path: root/libavformat/fifo_test.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
commit2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch)
tree2c9eaeef2b78febca43b01944b7e8382a1639c0c /libavformat/fifo_test.c
parent4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff)
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/fifo_test.c')
-rw-r--r--libavformat/fifo_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/fifo_test.c b/libavformat/fifo_test.c
index 62670d6d5d..80c0c84612 100644
--- a/libavformat/fifo_test.c
+++ b/libavformat/fifo_test.c
@@ -23,7 +23,6 @@
#include "libavutil/opt.h"
#include "libavutil/time.h"
-#include "libavutil/avassert.h"
#include "avformat.h"
#include "url.h"