From patchwork Sun Feb 16 22:13:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2838 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1C67560438 for ; Sun, 16 Feb 2020 23:14:15 +0100 (CET) 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 2E2A92AF for ; Sun, 16 Feb 2020 23:14:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581891254; bh=xm+7RyvAEe96r199tGVIyLlNlBdN6aNpGb3NOuJu+Ms=; h=From:To:Subject:Date:From; b=R0WZkzhLowMaDCvVMXN2VabYpq/sF46Ke/o/qR8D8kY1TbmPlDB21NlMSkO2kcL/8 /bQEnDunEX27nJbu5yMfoKudnhYRVdVrjSSvDFdL4LXmoejdgTHxHNhokyUmow/okp gh2dnEiwZzD8J3h5wcJfaEgDawYz/sINORnGRCrw= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Mon, 17 Feb 2020 00:13:50 +0200 Message-Id: <20200216221350.26681-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] test: camera: buffer_import: 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: Sun, 16 Feb 2020 22:14:15 -0000 The header isn't needed since commit 6e1e847753fd ("test: camera: buffer_import: Update to FrameBuffer restrictions"). Don't include it. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund --- test/camera/buffer_import.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/camera/buffer_import.cpp b/test/camera/buffer_import.cpp index 7c9cfafc2a47..ab6e74bd1671 100644 --- a/test/camera/buffer_import.cpp +++ b/test/camera/buffer_import.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include "device_enumerator.h"