From 49295e549e471429afdd2cbf3bafa77b4284d830 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 12 May 2020 00:58:56 +0300 Subject: ipa: Drop v4l2_controls.h from ipa_interface.h The v4l2_controls.h header is internal, and isn't needed by ipa_interface.h. It originates from the days when V4L2 controls were handled through a different API. Drop it. Fixes: 319d6ae8e3ad ("libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMap") Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- include/ipa/ipa_interface.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/ipa/ipa_interface.h b/include/ipa/ipa_interface.h index a2d5e3dd..dc9fc714 100644 --- a/include/ipa/ipa_interface.h +++ b/include/ipa/ipa_interface.h @@ -123,8 +123,6 @@ struct ipa_context *ipaCreate(); #include #include -#include "v4l2_controls.h" - namespace libcamera { struct IPASettings { -- cgit v1.2.1