From 571433e0ff8c89ed504f9c3b445174613af79de2 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Wed, 22 Jul 2026 00:13:22 +0200 Subject: [PATCH] Fixes --- Drivers/cst66xx-module/source/cst66xx.cpp | 2 +- TactilityKernel/source/drivers/gpio_controller.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Drivers/cst66xx-module/source/cst66xx.cpp b/Drivers/cst66xx-module/source/cst66xx.cpp index 31a23f508..736be7d4c 100644 --- a/Drivers/cst66xx-module/source/cst66xx.cpp +++ b/Drivers/cst66xx-module/source/cst66xx.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/TactilityKernel/source/drivers/gpio_controller.cpp b/TactilityKernel/source/drivers/gpio_controller.cpp index 9825d02d6..ed3d5fc91 100644 --- a/TactilityKernel/source/drivers/gpio_controller.cpp +++ b/TactilityKernel/source/drivers/gpio_controller.cpp @@ -1,10 +1,9 @@ // SPDX-License-Identifier: Apache-2.0 +#include #include #include #include - -#include #include #include