From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 04/11] x86: pci.h: remove useless include Date: Fri, 15 Jan 2016 17:10:09 +0100 Message-ID: <1452874216-3087-5-git-send-email-drjones@redhat.com> References: <1452874216-3087-1-git-send-email-drjones@redhat.com> Cc: pbonzini@redhat.com, mst@redhat.com, agordeev@redhat.com, rkrcmar@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41000 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752538AbcAOQKa (ORCPT ); Fri, 15 Jan 2016 11:10:30 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 6C07AA8D for ; Fri, 15 Jan 2016 16:10:30 +0000 (UTC) In-Reply-To: <1452874216-3087-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Andrew Jones --- lib/x86/pci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/x86/pci.h b/lib/x86/pci.h index 0f69ef0e84f3b..046e68f9a65b6 100644 --- a/lib/x86/pci.h +++ b/lib/x86/pci.h @@ -1,7 +1,6 @@ #ifndef PCI_H #define PCI_H -#include #include "libcflat.h" typedef uint16_t pcidevaddr_t; -- 2.4.3