From patchwork Mon Jul 1 07:57:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 20492 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id C8FADBD87C for ; Mon, 1 Jul 2024 07:57:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5D9FC62E18; Mon, 1 Jul 2024 09:57:39 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="sW6uoC8m"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 45DF1619C9 for ; Mon, 1 Jul 2024 09:57:33 +0200 (CEST) Received: from fedora.local (unknown [IPv6:2405:201:2015:f873:55d7:c02e:b2eb:ee3f]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AE25B63D; Mon, 1 Jul 2024 09:57:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1719820626; bh=mebeLj8xipFX0xl9eGQH11pIpoEsGlhBi9U7nKdg+nQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sW6uoC8mUp+yDx+f7kV4V9kg7VMH4YE6o3X3m9QbFf3/alhpx7HuR3urq+rAuDEyZ HyPzz93cj5IfpgGbl2JSHkJ8kTMhhcUJeyhcevfAgqMVGHNYSpRcwoRz53LnWmzhbf WpeRKR1nTgIDSVWFByoEojr0Hy1k25QP/gnSznl4= From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH 4/4] libcamera: ipa: soft_simple: Drop ipa_interface.h header Date: Mon, 1 Jul 2024 13:27:20 +0530 Message-ID: <20240701075720.46076-5-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240701075720.46076-1-umang.jain@ideasonboard.com> References: <20240701075720.46076-1-umang.jain@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The ipa_interface.h header is already included in soft_ipa_interface.h generated from module_ipa_interface.h.tmpl. Drop it from software-isp IPA as deemed redundant. Signed-off-by: Umang Jain Reviewed-by: Milan Zamazal Reviewed-by: Kieran Bingham --- src/ipa/simple/soft_simple.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ipa/simple/soft_simple.cpp b/src/ipa/simple/soft_simple.cpp index b7746ce0..3cc873a2 100644 --- a/src/ipa/simple/soft_simple.cpp +++ b/src/ipa/simple/soft_simple.cpp @@ -19,7 +19,6 @@ #include #include -#include #include #include