From b41f67197208e7b72ba2207473a74b89a821190a Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Thu, 21 Jun 2012 11:43:59 +0000 Subject: xen: Reorganize includes of Xen headers. Because xs.h will be remove in future release of Xen, this patch removes the extra includes of this headers. Also, it removes the extra includes of xenctrl.h and xen/io/xenbus.h as there already are in xen_common.h. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- hw/xen_disk.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hw/xen_disk.c') diff --git a/hw/xen_disk.c b/hw/xen_disk.c index fb68ed9bbf..e6bb2f20b9 100644 --- a/hw/xen_disk.c +++ b/hw/xen_disk.c @@ -35,14 +35,10 @@ #include #include -#include -#include -#include - #include "hw.h" #include "qemu-char.h" -#include "xen_blkif.h" #include "xen_backend.h" +#include "xen_blkif.h" #include "blockdev.h" /* ------------------------------------------------------------- */ -- cgit v1.2.3