From fb37998816724349543da697b79feeff27826c6b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 5 Jul 2021 01:09:16 +0300 Subject: libcamera: device_enumerator: Drop inclusion of linux/media.h device_enumerator.h doesn't need to include linux/media.h. Drop inclusion of the header. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Tested-by: Umang Jain Reviewed-by: Jacopo Mondi --- include/libcamera/internal/device_enumerator.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/libcamera/internal/device_enumerator.h b/include/libcamera/internal/device_enumerator.h index 222caf75..baccfc00 100644 --- a/include/libcamera/internal/device_enumerator.h +++ b/include/libcamera/internal/device_enumerator.h @@ -11,8 +11,6 @@ #include #include -#include - #include namespace libcamera { -- cgit v1.2.1