diff options
| author | Drashna Jaelre | 2021-12-28 00:01:51 +0100 |
|---|---|---|
| committer | GitHub | 2021-12-28 00:01:51 +0100 |
| commit | c86baf3ecea618ce42263c06ac5d0922ea8817fa (patch) | |
| tree | 09b37a42e78e6edfcc603f1b3c1223ca4466e96f /quantum/split_common | |
| parent | 2689e360cea0ba6d42cc57134ec28edc69089fce (diff) | |
[Core] Fix bug and code regression for Split Common (#15603)
Diffstat (limited to 'quantum/split_common')
| -rw-r--r-- | quantum/split_common/split_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/split_common/split_util.h b/quantum/split_common/split_util.h index ef72043bb7..c7eabea233 100644 --- a/quantum/split_common/split_util.h +++ b/quantum/split_common/split_util.h @@ -2,7 +2,6 @@ #include <stdbool.h> #include <stdint.h> -#include <stdio.h> #include <stdlib.h> #include "matrix.h" |