From 664f5de68767ebb07417be0f7ca69c030cc10c37 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- quantum/audio/voices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/audio') diff --git a/quantum/audio/voices.c b/quantum/audio/voices.c index 53a65e4e37..1592618be4 100644 --- a/quantum/audio/voices.c +++ b/quantum/audio/voices.c @@ -15,7 +15,7 @@ */ #include "voices.h" #include "audio.h" -#include "stdlib.h" +#include // these are imported from audio.c extern uint16_t envelope_index; -- cgit v1.2.3