From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH v2 04/10] x86: pci.h: remove useless include Date: Fri, 15 Jan 2016 17:51:29 +0100 Message-ID: <1452876695-9240-5-git-send-email-drjones@redhat.com> References: <1452876695-9240-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]:50829 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752205AbcAOQvt (ORCPT ); Fri, 15 Jan 2016 11:51:49 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 2F5AD91EA3 for ; Fri, 15 Jan 2016 16:51:49 +0000 (UTC) In-Reply-To: <1452876695-9240-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