From commits-return-9476-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Wed May 13 15:39:38 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5A6751806C5 for ; Wed, 13 May 2020 17:39:37 +0200 (CEST) Received: (qmail 35622 invoked by uid 500); 13 May 2020 15:39:36 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 35461 invoked by uid 99); 13 May 2020 15:39:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2020 15:39:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C558A8BFB0; Wed, 13 May 2020 15:39:35 +0000 (UTC) Date: Wed, 13 May 2020 15:39:41 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx] 07/11: pcie: qemu: remove not used header MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: btashton@apache.org In-Reply-To: <158938437457.5993.13003009116260128201@gitbox.apache.org> References: <158938437457.5993.13003009116260128201@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nuttx X-Git-Refname: refs/heads/pci X-Git-Reftype: branch X-Git-Rev: 427b2f8764ae45e6fdfee7a97b29b0917e9398e4 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200513153935.C558A8BFB0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 427b2f8764ae45e6fdfee7a97b29b0917e9398e4 Author: Yang Chung-Fan AuthorDate: Wed May 6 19:03:11 2020 +0900 pcie: qemu: remove not used header --- boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h b/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h index f754e66..2e0c392 100644 --- a/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h +++ b/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h @@ -72,7 +72,6 @@ #include #include -#include #include #include "up_arch.h"