summaryrefslogtreecommitdiff
path: root/tests/test/support/ehci_controller.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-09 12:49:52 +0700
committerhathach <[email protected]>2013-05-09 12:49:52 +0700
commit63add701391ae30cd43bb2a06d87df3dda5803b8 (patch)
tree303dbd847a80ac40fd24757181a57471cc26989f /tests/test/support/ehci_controller.c
parent363b22a55de585acbed2ef0e9e105ba4d40b8b4e (diff)
test clean up
Diffstat (limited to 'tests/test/support/ehci_controller.c')
-rw-r--r--tests/test/support/ehci_controller.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test/support/ehci_controller.c b/tests/test/support/ehci_controller.c
index 03d63a207..a29f4d6be 100644
--- a/tests/test/support/ehci_controller.c
+++ b/tests/test/support/ehci_controller.c
@@ -40,12 +40,10 @@
// INCLUDE
//--------------------------------------------------------------------+
#include "unity.h"
-#include "tusb_option.h"
-#include "errors.h"
-#include "binary.h"
+#include "common/common.h"
#include "hal.h"
-#include "ehci.h"
#include "usbh_hcd.h"
+#include "ehci.h"
//--------------------------------------------------------------------+