From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X484T-0006uy-A8 for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X484M-0005zZ-Kr for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:31:01 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:52717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X484M-0005zM-B9 for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:30:54 -0400 Received: by mail-wg0-f50.google.com with SMTP id x13so3230367wgg.21 for ; Mon, 07 Jul 2014 05:30:53 -0700 (PDT) From: Eric Auger Date: Mon, 7 Jul 2014 13:27:13 +0100 Message-Id: <1404736043-22900-4-git-send-email-eric.auger@linaro.org> In-Reply-To: <1404736043-22900-1-git-send-email-eric.auger@linaro.org> References: <1404736043-22900-1-git-send-email-eric.auger@linaro.org> Subject: [Qemu-devel] [RFC v4 03/13] hw/vfio/pci: Remove unneeded include files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: eric.auger@st.com, christoffer.dall@linaro.org, qemu-devel@nongnu.org, kim.phillips@freescale.com, a.rigo@virtualopensystems.com Cc: peter.maydell@linaro.org, eric.auger@linaro.org, patches@linaro.org, will.deacon@arm.com, agraf@suse.de, stuart.yoder@freescale.com, Bharat.Bhushan@freescale.com, alex.williamson@redhat.com, a.motakis@virtualopensystems.com, kvmarm@lists.cs.columbia.edu Signed-off-by: Eric Auger --- hw/vfio/pci.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 5c7bfd5..a7df3de 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -18,26 +18,14 @@ * Copyright (C) 2008, IBM, Muli Ben-Yehuda (muli@il.ibm.com) */ -#include #include #include #include -#include -#include -#include - -#include "config.h" #include "exec/address-spaces.h" -#include "exec/memory.h" #include "hw/pci/msi.h" #include "hw/pci/msix.h" -#include "hw/pci/pci.h" -#include "qemu-common.h" #include "qemu/error-report.h" -#include "qemu/event_notifier.h" -#include "qemu/queue.h" #include "qemu/range.h" -#include "sysemu/kvm.h" #include "sysemu/sysemu.h" #include "hw/vfio/vfio.h" -- 1.8.3.2