mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-21 13:22:52 +01:00
Normalise include statements in keyboard code (#11185)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "hal.h"
|
||||
#include <hal.h>
|
||||
#include "quantum.h"
|
||||
#include "timer.h"
|
||||
#include "wait.h"
|
||||
#include "printf.h"
|
||||
#include "print.h"
|
||||
#include "matrix.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user