diff options
| author | Joel Challis <git@zvecr.com> | 2023-01-30 20:40:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 20:40:12 +0000 |
| commit | d84a7351ea965010ea51a2c9410add0f4e0306de (patch) | |
| tree | 1a7b7e70342324869934be544bbaf66f875cbd0f /quantum/quantum.h | |
| parent | f6dd8dea2e493dc549a60fee99de871c4088d09a (diff) | |
Strip out more of config_common (#19722)
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index c8dfdeca75..615ec2382c 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -42,7 +42,6 @@ | |||
| 42 | #include "bootmagic.h" | 42 | #include "bootmagic.h" |
| 43 | #include "timer.h" | 43 | #include "timer.h" |
| 44 | #include "sync_timer.h" | 44 | #include "sync_timer.h" |
| 45 | #include "config_common.h" | ||
| 46 | #include "gpio.h" | 45 | #include "gpio.h" |
| 47 | #include "atomic_util.h" | 46 | #include "atomic_util.h" |
| 48 | #include "led.h" | 47 | #include "led.h" |
| @@ -75,6 +74,7 @@ extern layer_state_t layer_state; | |||
| 75 | #ifdef AUDIO_ENABLE | 74 | #ifdef AUDIO_ENABLE |
| 76 | # include "audio.h" | 75 | # include "audio.h" |
| 77 | # include "process_audio.h" | 76 | # include "process_audio.h" |
| 77 | # include "song_list.h" | ||
| 78 | # ifdef AUDIO_CLICKY | 78 | # ifdef AUDIO_CLICKY |
| 79 | # include "process_clicky.h" | 79 | # include "process_clicky.h" |
| 80 | # endif | 80 | # endif |
