From 9366ed728280f4875ebbba9c0ef1eade03c96d35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- keyboards/jm60/boards/JM60_BOARD/board.c | 2 +- keyboards/jm60/led.c | 2 +- keyboards/jm60/matrix.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards/jm60') diff --git a/keyboards/jm60/boards/JM60_BOARD/board.c b/keyboards/jm60/boards/JM60_BOARD/board.c index d953d6a135..48844e34a6 100644 --- a/keyboards/jm60/boards/JM60_BOARD/board.c +++ b/keyboards/jm60/boards/JM60_BOARD/board.c @@ -14,7 +14,7 @@ limitations under the License. */ -#include "hal.h" +#include /** * @brief PAL setup. diff --git a/keyboards/jm60/led.c b/keyboards/jm60/led.c index aed66c7c03..4ce0b3e269 100644 --- a/keyboards/jm60/led.c +++ b/keyboards/jm60/led.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "hal.h" +#include #include "led.h" diff --git a/keyboards/jm60/matrix.c b/keyboards/jm60/matrix.c index 01bb4a80d1..e19d4f02b1 100644 --- a/keyboards/jm60/matrix.c +++ b/keyboards/jm60/matrix.c @@ -1,7 +1,7 @@ #include #include #include -#include "hal.h" +#include #include "timer.h" #include "wait.h" #include "print.h" -- cgit v1.2.3