summaryrefslogtreecommitdiff
path: root/quantum/led_matrix.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-03-13 11:38:26 +1100
committerGitHub <noreply@github.com>2021-03-13 11:38:26 +1100
commitf23639517683378bed12792903e0d9cc6a1a6794 (patch)
tree7af76715dedcbf70dfc180f3ea4af27d132cf188 /quantum/led_matrix.c
parent5590c40b5b5a718ab2af270ea9974d98db68d8ef (diff)
LED Matrix: Clean up includes (#12197)
Diffstat (limited to 'quantum/led_matrix.c')
-rw-r--r--quantum/led_matrix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/led_matrix.c b/quantum/led_matrix.c
index 39bccdd580..1cbd908c7a 100644
--- a/quantum/led_matrix.c
+++ b/quantum/led_matrix.c
@@ -17,9 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdint.h>
-#include <stdbool.h>
-#include "quantum.h"
#include "led_matrix.h"
#include "progmem.h"
#include "config.h"