debounce: remove direct quantum.h includes (#21480)

This commit is contained in:
Ryan
2023-07-09 11:05:20 +10:00
committed by GitHub
parent 333f4cb394
commit 7457e90887
10 changed files with 13 additions and 18 deletions

View File

@@ -19,9 +19,8 @@ After pressing a key, it immediately changes state, and sets a counter.
No further inputs are accepted until DEBOUNCE milliseconds have occurred.
*/
#include "matrix.h"
#include "debounce.h"
#include "timer.h"
#include "quantum.h"
#include <stdlib.h>
#ifdef PROTOCOL_CHIBIOS