summaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-05-24 16:27:18 +0100
committerStefano Stabellini <sstabellini@kernel.org>2016-06-14 15:37:43 +0100
commitb1b23e5bbfb66d9401e2c2b0646fb721d94a3f83 (patch)
tree553c9ec64ea80ba5b02c201c7be01d45d9441fde /include/hw
parent4837a1a51638ef1719bf8149591a57e7207db41a (diff)
downloadqemu-b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83.tar.gz
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> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/xen/xen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/xen/xen.h b/include/hw/xen/xen.h
index 6365483473..b2cd992430 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"