summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2-common.h
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 /libavdevice/v4l2-common.h
parent4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff)
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/v4l2-common.h')
-rw-r--r--libavdevice/v4l2-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/v4l2-common.h b/libavdevice/v4l2-common.h
index 0cbaec8bb9..c7bed3e3b4 100644
--- a/libavdevice/v4l2-common.h
+++ b/libavdevice/v4l2-common.h
@@ -35,7 +35,6 @@
#endif
#include <linux/videodev2.h>
#endif
-#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"