From 664f5de68767ebb07417be0f7ca69c030cc10c37 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/moonlander/matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/moonlander/matrix.c') diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c index 8daebd6973..84156a989f 100644 --- a/keyboards/moonlander/matrix.c +++ b/keyboards/moonlander/matrix.c @@ -18,10 +18,10 @@ along with this program. If not, see . #include #include #include -#include "hal.h" +#include #include "timer.h" #include "wait.h" -#include "printf.h" +#include "print.h" #include "matrix.h" #include "action.h" #include "keycode.h" -- cgit v1.2.3