diff options
| author | Ryan | 2024-04-05 05:48:21 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-05 05:48:21 +0200 |
| commit | a14c03b96e75212d042621f4c68ccbecb7ee9901 (patch) | |
| tree | 6a2de0f8d23d238e99760c5d00d5a90ea10f60fd /keyboards/keyboardio/model01/model01.c | |
| parent | f8a7a6848d737b01dcb5843503bcabcdd68cdb01 (diff) | |
Remove more unnecessary `quantum.h` includes (#23402)
Diffstat (limited to 'keyboards/keyboardio/model01/model01.c')
| -rw-r--r-- | keyboards/keyboardio/model01/model01.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keyboardio/model01/model01.c b/keyboards/keyboardio/model01/model01.c index 3644f04516..33198423de 100644 --- a/keyboards/keyboardio/model01/model01.c +++ b/keyboards/keyboardio/model01/model01.c @@ -13,10 +13,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "quantum.h" + +#include "model01.h" #include "i2c_master.h" #include <string.h> -#include "model01.h" void matrix_init_kb(void) { /* the bootloader can leave LEDs on, so */ |