From b318101ada9ccd2c8b53b8c7a1436e84fc157e04 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 3 Sep 2024 01:11:19 +0300 Subject: libcamera: ipa: Drop unneded includes from ipa_interface.h The ipa_interface.h file includes a number of headers that are not directly used. Remove them, and add them to the source files that include ipa_interface.h as required. Signed-off-by: Laurent Pinchart Reviewed-by: Milan Zamazal --- include/libcamera/ipa/ipa_interface.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/libcamera/ipa/ipa_interface.h b/include/libcamera/ipa/ipa_interface.h index 2fdc085e..dce9637a 100644 --- a/include/libcamera/ipa/ipa_interface.h +++ b/include/libcamera/ipa/ipa_interface.h @@ -7,13 +7,6 @@ #pragma once -#include -#include - -#include -#include -#include - namespace libcamera { /* -- cgit v1.2.1