summaryrefslogtreecommitdiffstats
path: root/hw/xen_backend.c
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2012-06-21 11:43:59 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-06-21 11:43:59 +0000
commitb41f67197208e7b72ba2207473a74b89a821190a (patch)
tree6866bf59bf89f88c60d97927f635d42b9041013f /hw/xen_backend.c
parent93bfef4c6e4b23caea9d51e1099d06433d8835a4 (diff)
downloadhqemu-b41f67197208e7b72ba2207473a74b89a821190a.zip
hqemu-b41f67197208e7b72ba2207473a74b89a821190a.tar.gz
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 <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'hw/xen_backend.c')
-rw-r--r--hw/xen_backend.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/xen_backend.c b/hw/xen_backend.c
index 66cb144..f83a1e1 100644
--- a/hw/xen_backend.c
+++ b/hw/xen_backend.c
@@ -34,15 +34,13 @@
#include <sys/mman.h>
#include <sys/signal.h>
-#include <xs.h>
-#include <xenctrl.h>
-#include <xen/grant_table.h>
-
#include "hw.h"
#include "qemu-char.h"
#include "qemu-log.h"
#include "xen_backend.h"
+#include <xen/grant_table.h>
+
/* ------------------------------------------------------------- */
/* public */
OpenPOWER on IntegriCloud