aboutsummaryrefslogtreecommitdiff
path: root/tests/usb-hcd-ehci-test.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:12 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:23 +0000
commite532b2e0080fea57dc2b3b3e5439735792900ae6 (patch)
tree12aabfa624d642ec437b7f7d4ef5f87240870a48 /tests/usb-hcd-ehci-test.c
parente8d40465592716cb209f0ae5de6b4cbe9ea2f8ba (diff)
downloadqemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.zip
qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.tar.gz
qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.tar.bz2
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-20-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'tests/usb-hcd-ehci-test.c')
-rw-r--r--tests/usb-hcd-ehci-test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/usb-hcd-ehci-test.c b/tests/usb-hcd-ehci-test.c
index 75073bf..a0f13ef 100644
--- a/tests/usb-hcd-ehci-test.c
+++ b/tests/usb-hcd-ehci-test.c
@@ -7,12 +7,10 @@
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include <glib.h>
-#include <string.h>
-#include <stdio.h>
#include "libqtest.h"
#include "libqos/pci-pc.h"
-#include "qemu/osdep.h"
#include "hw/usb/uhci-regs.h"
#include "hw/usb/ehci-regs.h"
#include "libqos/usb.h"