From e532b2e0080fea57dc2b3b3e5439735792900ae6 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:12 +0000 Subject: usb: 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 Message-id: 1453832250-766-20-git-send-email-peter.maydell@linaro.org --- tests/usb-hcd-uhci-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/usb-hcd-uhci-test.c') diff --git a/tests/usb-hcd-uhci-test.c b/tests/usb-hcd-uhci-test.c index a96b71683c..71ff2ea189 100644 --- a/tests/usb-hcd-uhci-test.c +++ b/tests/usb-hcd-uhci-test.c @@ -7,10 +7,9 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include -#include #include "libqtest.h" -#include "qemu/osdep.h" #include "libqos/usb.h" #include "hw/usb/uhci-regs.h" -- cgit v1.2.1