aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/xen-usb.c
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 /hw/usb/xen-usb.c
parent4837a1a51638ef1719bf8149591a57e7207db41a (diff)
downloadqemu-b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83.zip
qemu-b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83.tar.gz
qemu-b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83.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> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'hw/usb/xen-usb.c')
-rw-r--r--hw/usb/xen-usb.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/usb/xen-usb.c b/hw/usb/xen-usb.c
index 664df04..8fa47ed 100644
--- a/hw/usb/xen-usb.c
+++ b/hw/usb/xen-usb.c
@@ -19,13 +19,10 @@
* GNU GPL, version 2 or (at your option) any later version.
*/
+#include "qemu/osdep.h"
#include <libusb.h>
-#include <stdio.h>
-#include <sys/types.h>
#include <sys/mman.h>
-#include <sys/time.h>
-#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/config-file.h"
#include "hw/sysbus.h"