summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortyustli <[email protected]>2024-04-24 21:44:03 +0800
committerGitHub <[email protected]>2024-04-24 21:44:03 +0800
commit7a3e730dedad4d75f901d3c5ac393e001de69157 (patch)
tree83343e88920eb977b8b166e08c2404e227bf111b /src
parent0fb73eac7e058925cebf788f58d9f9f8e823d79b (diff)
Remove redundant header file includes for the hid class
Diffstat (limited to 'src')
-rw-r--r--src/tusb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tusb.h b/src/tusb.h
index c9d56d3c3..4f69a1414 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -38,8 +38,6 @@
#include "osal/osal.h"
#include "common/tusb_fifo.h"
-#include "class/hid/hid.h"
-
//------------- TypeC -------------//
#if CFG_TUC_ENABLED
#include "typec/usbc.h"