diff options
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 578350d33..1f402e7e1 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h | |||
@@ -18,9 +18,6 @@ | |||
18 | 18 | ||
19 | #include <stdint.h> | 19 | #include <stdint.h> |
20 | #include <stdbool.h> | 20 | #include <stdbool.h> |
21 | #if defined(__AVR__) | ||
22 | # include <avr/io.h> | ||
23 | #endif | ||
24 | #include "wait.h" | 21 | #include "wait.h" |
25 | #include "luts.h" | 22 | #include "luts.h" |
26 | 23 | ||