diff options
| author | hathach <[email protected]> | 2018-07-23 23:41:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-23 23:41:14 +0700 |
| commit | 5f6cd4903101b0486771efdb2bb435ddf6cf8e7a (patch) | |
| tree | 6491459014c35ac6a8e4ec7ac46ef2e3486b0222 /src/common/tusb_common.h | |
| parent | 51903a60c51bd1006bec9266dbe1bfb35e282675 (diff) | |
clean up include
Diffstat (limited to 'src/common/tusb_common.h')
| -rw-r--r-- | src/common/tusb_common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h index ddfceabdb..44f31ffe0 100644 --- a/src/common/tusb_common.h +++ b/src/common/tusb_common.h @@ -61,15 +61,13 @@ //------------- TUSB Option Header -------------//
#include "tusb_option.h"
-//------------- General Header -------------//
+//------------- Common Header -------------//
#include "tusb_compiler.h"
#include "tusb_verify.h"
#include "binary.h"
#include "tusb_error.h"
-#include "tusb_hal.h"
#include "tusb_fifo.h"
-
-//------------- TUSB Header -------------//
+#include "tusb_timeout.h"
#include "tusb_types.h"
//--------------------------------------------------------------------+
|
