From 39713a3736145483dd3310c3605f940ca34f05c3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 12 Apr 2021 10:13:21 +0200 Subject: Refactoring --- src/int/8042.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/int/8042.c') diff --git a/src/int/8042.c b/src/int/8042.c index f0a987f..5446f11 100644 --- a/src/int/8042.c +++ b/src/int/8042.c @@ -1,6 +1,6 @@ #include "8042.h" -#include "utils/framebuffer.h" -#include "utils/asm.h" +#include "core/framebuffer.h" +#include "core/asm.h" DEFINE_AZERTY; -- cgit v1.2.3