From 1c650aa55ca410bd888bb419604aa4feab56764e Mon Sep 17 00:00:00 2001
From: Joel Challis
Date: Tue, 21 May 2024 13:38:30 +0100
Subject: Remove includes of config.h (#23760)
---
keyboards/handwired/owlet60/matrix.c | 1 -
keyboards/handwired/xealous/matrix.c | 1 -
2 files changed, 2 deletions(-)
(limited to 'keyboards/handwired')
diff --git a/keyboards/handwired/owlet60/matrix.c b/keyboards/handwired/owlet60/matrix.c
index 43895468e9..7ef5d66a9f 100644
--- a/keyboards/handwired/owlet60/matrix.c
+++ b/keyboards/handwired/owlet60/matrix.c
@@ -26,7 +26,6 @@ along with this program. If not, see .
#include "debug.h"
#include "util.h"
#include "matrix.h"
-#include "config.h"
#include "timer.h"
#if (MATRIX_COLS <= 8)
diff --git a/keyboards/handwired/xealous/matrix.c b/keyboards/handwired/xealous/matrix.c
index 46410b986d..b8ae9fd738 100644
--- a/keyboards/handwired/xealous/matrix.c
+++ b/keyboards/handwired/xealous/matrix.c
@@ -27,7 +27,6 @@ along with this program. If not, see .
#include "util.h"
#include "matrix.h"
#include "split_util.h"
-#include "config.h"
#include "timer.h"
// Copy this code to split_common/matrix.c,
--
cgit v1.2.3