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/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/jm60/matrix.c') 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