diff options
| author | Joel Challis | 2022-11-04 01:50:59 +0100 |
|---|---|---|
| committer | GitHub | 2022-11-04 01:50:59 +0100 |
| commit | fb96b88842f4481df8942768f43813b489ca5c3a (patch) | |
| tree | 430191d0eabdea2ef1d3ef2000908ef129324c0c /quantum/wpm.h | |
| parent | 1249f74b31863bc0118057884abae10de698e4a5 (diff) | |
Reduce includes for wpm header (#18949)
Diffstat (limited to 'quantum/wpm.h')
| -rw-r--r-- | quantum/wpm.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stdbool.h> +#include <stdint.h> #ifndef WPM_ESTIMATED_WORD_SIZE # define WPM_ESTIMATED_WORD_SIZE 5 |