diff options
| author | Ryan <fauxpark@gmail.com> | 2023-08-27 13:30:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 13:30:19 +1000 |
| commit | 70e34e491c297231a3f987fd69760d38e79dbfa4 (patch) | |
| tree | a3fe26ea27c9d020142f4c248fa0bab5d32c1f9c /quantum/quantum.c | |
| parent | 95681b8ff4a92aacd0249e124d34cf16e510175e (diff) | |
Unicode, Unicodemap and UCIS refactor (#21659)
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 3d440e0de8..3323a5adb6 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -68,10 +68,6 @@ | |||
| 68 | # include "process_unicode_common.h" | 68 | # include "process_unicode_common.h" |
| 69 | #endif | 69 | #endif |
| 70 | 70 | ||
| 71 | #ifdef UNICODE_ENABLE | ||
| 72 | # include "process_unicode.h" | ||
| 73 | #endif | ||
| 74 | |||
| 75 | #ifdef VELOCIKEY_ENABLE | 71 | #ifdef VELOCIKEY_ENABLE |
| 76 | # include "velocikey.h" | 72 | # include "velocikey.h" |
| 77 | #endif | 73 | #endif |
