diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-09 11:05:20 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 02:05:20 +0100 |
| commit | 7457e90887acecc6aea82a4ca738dd85cb25d939 (patch) | |
| tree | 1079b0446f66fedb59056b6b0aa77047b845726a /quantum/debounce/tests/debounce_test_common.cpp | |
| parent | 333f4cb394ccfe73945ad3c79071c9bde0c50b48 (diff) | |
debounce: remove direct `quantum.h` includes (#21480)
Diffstat (limited to 'quantum/debounce/tests/debounce_test_common.cpp')
| -rw-r--r-- | quantum/debounce/tests/debounce_test_common.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/debounce/tests/debounce_test_common.cpp b/quantum/debounce/tests/debounce_test_common.cpp index bd98e32955..b11378b286 100644 --- a/quantum/debounce/tests/debounce_test_common.cpp +++ b/quantum/debounce/tests/debounce_test_common.cpp | |||
| @@ -23,9 +23,8 @@ | |||
| 23 | #include <sstream> | 23 | #include <sstream> |
| 24 | 24 | ||
| 25 | extern "C" { | 25 | extern "C" { |
| 26 | #include "quantum.h" | ||
| 27 | #include "timer.h" | ||
| 28 | #include "debounce.h" | 26 | #include "debounce.h" |
| 27 | #include "timer.h" | ||
| 29 | 28 | ||
| 30 | void set_time(uint32_t t); | 29 | void set_time(uint32_t t); |
| 31 | void advance_time(uint32_t ms); | 30 | void advance_time(uint32_t ms); |
