aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen_backend.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:06 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:23 +0000
commit21cbfe5f37aaa3a13d3af28454e762c05be67429 (patch)
treed852e9ad387355a65b500681d8ba6400b426006e /hw/xen/xen_backend.c
parent8ef94f0bc9167f246b41cb1188bf80dcd84b49fe (diff)
downloadqemu-21cbfe5f37aaa3a13d3af28454e762c05be67429.zip
qemu-21cbfe5f37aaa3a13d3af28454e762c05be67429.tar.gz
qemu-21cbfe5f37aaa3a13d3af28454e762c05be67429.tar.bz2
xen: Clean up includes
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-14-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/xen/xen_backend.c')
-rw-r--r--hw/xen/xen_backend.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/hw/xen/xen_backend.c b/hw/xen/xen_backend.c
index caa459c..ef7843f 100644
--- a/hw/xen/xen_backend.c
+++ b/hw/xen/xen_backend.c
@@ -22,15 +22,7 @@
* TODO: add some xenbus / xenstore concepts overview here.
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <inttypes.h>
-#include <sys/types.h>
-#include <sys/stat.h>
+#include "qemu/osdep.h"
#include <sys/mman.h>
#include <sys/signal.h>