From 51b140f9f3808620a7d90f92048fb1bae26e4515 Mon Sep 17 00:00:00 2001 From: Primoz Fiser Date: Wed, 16 Jul 2025 13:18:51 +0200 Subject: [PATCH] board: phytec: phycore-imx93: Drop unused include files Drop unused include files from the PHYTEC phyCORE-i.MX93 board code. Signed-off-by: Primoz Fiser --- board/phytec/phycore_imx93/phycore-imx93.c | 3 --- board/phytec/phycore_imx93/spl.c | 2 -- 2 files changed, 5 deletions(-) diff --git a/board/phytec/phycore_imx93/phycore-imx93.c b/board/phytec/phycore_imx93/phycore-imx93.c index a55795e0603..8d2caf8bbef 100644 --- a/board/phytec/phycore_imx93/phycore-imx93.c +++ b/board/phytec/phycore_imx93/phycore-imx93.c @@ -6,10 +6,7 @@ * Copyright (C) 2024 PHYTEC Messtechnik GmbH */ -#include #include -#include -#include #include #include #include diff --git a/board/phytec/phycore_imx93/spl.c b/board/phytec/phycore_imx93/spl.c index 3876db9d2ab..7b5d38d438f 100644 --- a/board/phytec/phycore_imx93/spl.c +++ b/board/phytec/phycore_imx93/spl.c @@ -14,9 +14,7 @@ #include #include #include -#include #include -#include #include #include #include -- 2.47.2