From patchwork Mon Apr 27 03:17:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 3556 Return-Path: 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 6C273601B8 for ; Mon, 27 Apr 2020 05:17:34 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="rZJ+Vffb"; dkim-atps=neutral Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id F279D97D for ; Mon, 27 Apr 2020 05:17:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1587957454; bh=bTjPNruQeanW5+57OlGxytT9uM7WkE3B6ytNRiZSGjo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rZJ+VffbRYeSv+DWCn7VWgl4CQSkxIR+nRJhHpdM+RtVfMseoX5SDQkgXqZuNQ/ah wDXiagWP4DA5OtvfNINC5//w63D3mYzf8JnsGyMjOBOTWrrE23C9bewOSYLSdSCfJz u/Pwud0ijzzx2dvxepkmfon+3uybzDymM3aRvuYg= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Mon, 27 Apr 2020 06:17:06 +0300 Message-Id: <20200427031713.14013-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.25.3 In-Reply-To: <20200427031713.14013-1-laurent.pinchart@ideasonboard.com> References: <20200427031713.14013-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 04/11] libcamera: ipa_proxy: Don't include 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: , X-List-Received-Date: Mon, 27 Apr 2020 03:17:34 -0000 The iostream header isn't needed. Drop it. Fixes: c2a8217df54c ("libcamera: add IPA proxy") Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham --- src/libcamera/ipa_proxy.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcamera/ipa_proxy.cpp b/src/libcamera/ipa_proxy.cpp index 22b246be5797..43ac9afc25cb 100644 --- a/src/libcamera/ipa_proxy.cpp +++ b/src/libcamera/ipa_proxy.cpp @@ -13,8 +13,6 @@ #include "log.h" #include "utils.h" -#include - /** * \file ipa_proxy.h * \brief IPA Proxy