diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-16 23:42:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-16 23:42:56 +1000 |
| commit | da2d2f947d5c30aebea17f414fb22ad50fe5410b (patch) | |
| tree | fdf2ed307ddb8f32ecb9ef7444ecfdf7ff7b4904 /quantum/unicode | |
| parent | b9e5895184c6d36b46ba723d6d71e27249e70c20 (diff) | |
quantum: remove direct `quantum.h` includes (#21507)
Diffstat (limited to 'quantum/unicode')
| -rw-r--r-- | quantum/unicode/unicode.c | 2 | ||||
| -rw-r--r-- | quantum/unicode/unicode.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/quantum/unicode/unicode.c b/quantum/unicode/unicode.c index 35cb62e700..f92ba51984 100644 --- a/quantum/unicode/unicode.c +++ b/quantum/unicode/unicode.c | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | #include "wait.h" | 25 | #include "wait.h" |
| 26 | #include "send_string.h" | 26 | #include "send_string.h" |
| 27 | #include "utf8.h" | 27 | #include "utf8.h" |
| 28 | #include "debug.h" | ||
| 29 | #include "quantum.h" | ||
| 28 | 30 | ||
| 29 | #if defined(AUDIO_ENABLE) | 31 | #if defined(AUDIO_ENABLE) |
| 30 | # include "audio.h" | 32 | # include "audio.h" |
diff --git a/quantum/unicode/unicode.h b/quantum/unicode/unicode.h index 06505d87c0..ccf475d57c 100644 --- a/quantum/unicode/unicode.h +++ b/quantum/unicode/unicode.h | |||
| @@ -17,8 +17,7 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include <stdint.h> | 19 | #include <stdint.h> |
| 20 | 20 | #include "quantum_keycodes.h" | |
| 21 | #include "quantum.h" | ||
| 22 | 21 | ||
| 23 | typedef union { | 22 | typedef union { |
| 24 | uint8_t raw; | 23 | uint8_t raw; |
