From 2dd406f08fc5d9877c8fd2642e94975eae37e86f Mon Sep 17 00:00:00 2001
From: Ryan
Date: Sun, 31 Mar 2024 01:07:19 +1100
Subject: Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)
---
keyboards/mt/split75/matrix.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'keyboards/mt')
diff --git a/keyboards/mt/split75/matrix.c b/keyboards/mt/split75/matrix.c
index 196a543faa..df5e9c056b 100644
--- a/keyboards/mt/split75/matrix.c
+++ b/keyboards/mt/split75/matrix.c
@@ -15,9 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-#include
-#include
-#include "quantum.h"
+#include "matrix.h"
#include "i2c_master.h"
#define RIGHT_HALF
--
cgit v1.2.3