diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-05-24 16:27:18 +0100 |
---|---|---|
committer | Stefano Stabellini <sstabellini@kernel.org> | 2016-06-14 15:37:43 +0100 |
commit | b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83 (patch) | |
tree | 553c9ec64ea80ba5b02c201c7be01d45d9441fde /include/hw/xen | |
parent | 4837a1a51638ef1719bf8149591a57e7207db41a (diff) |
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/xen')
-rw-r--r-- | include/hw/xen/xen.h | 1 |
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" |