From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCpuf-000499-Nu for qemu-devel@nongnu.org; Tue, 14 Jun 2016 11:06:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCpuY-0006GK-PK for qemu-devel@nongnu.org; Tue, 14 Jun 2016 11:05:56 -0400 Received: from mail.kernel.org ([198.145.29.136]:54246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCpuY-0006Fw-Jd for qemu-devel@nongnu.org; Tue, 14 Jun 2016 11:05:50 -0400 From: Stefano Stabellini Date: Tue, 14 Jun 2016 16:05:38 +0100 Message-Id: <1465916738-15687-2-git-send-email-sstabellini@kernel.org> In-Reply-To: <1465916738-15687-1-git-send-email-sstabellini@kernel.org> References: <1465916738-15687-1-git-send-email-sstabellini@kernel.org> Subject: [Qemu-devel] [PULL 2/2] xen: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: xen-devel@lists.xen.org, sstabellini@kernel.org, qemu-devel@nongnu.org, anthony.perard@citrix.com From: Peter Maydell Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- hw/usb/xen-usb.c | 5 +---- include/hw/xen/xen.h | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hw/usb/xen-usb.c b/hw/usb/xen-usb.c index 664df04..8fa47ed 100644 --- a/hw/usb/xen-usb.c +++ b/hw/usb/xen-usb.c @@ -19,13 +19,10 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include -#include -#include #include -#include -#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/config-file.h" #include "hw/sysbus.h" diff --git a/include/hw/xen/xen.h b/include/hw/xen/xen.h index 6365483..b2cd992 100644 --- a/include/hw/xen/xen.h +++ b/include/hw/xen/xen.h @@ -8,7 +8,6 @@ */ #include "qemu-common.h" -#include "qemu/typedefs.h" #include "exec/cpu-common.h" #include "hw/irq.h" -- 1.9.1