From fb96b88842f4481df8942768f43813b489ca5c3a Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 4 Nov 2022 00:50:59 +0000 Subject: [PATCH] Reduce includes for wpm header (#18949) --- quantum/wpm.c | 4 +++- quantum/wpm.h | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/quantum/wpm.c b/quantum/wpm.c index b2e6fe0430..6a4e39a8d6 100644 --- a/quantum/wpm.c +++ b/quantum/wpm.c @@ -16,7 +16,9 @@ */ #include "wpm.h" - +#include "timer.h" +#include "keycode.h" +#include "quantum_keycodes.h" #include // WPM Stuff diff --git a/quantum/wpm.h b/quantum/wpm.h index 305d75b450..87a55fd422 100644 --- a/quantum/wpm.h +++ b/quantum/wpm.h @@ -17,7 +17,8 @@ #pragma once -#include "quantum.h" +#include +#include #ifndef WPM_ESTIMATED_WORD_SIZE # define WPM_ESTIMATED_WORD_SIZE 5