From 6f53d7d3cdf3c36891d65e09a13a6b9396f20034 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 18 Mar 2025 14:58:06 +0100 Subject: [PATCH] ipl_tools: Remove unused header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Optimize dependency management by reducing header inclusions. This reduces hidden dependencies, improves modularity, and enhances compilation performance. Signed-off-by: Jan Polensky Reviewed-by: Jan Höppner Signed-off-by: Jan Höppner --- ipl_tools/ccw.c | 1 - ipl_tools/ipl_tools.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ipl_tools/ccw.c b/ipl_tools/ccw.c index fa19ff14..f8e8504b 100644 --- a/ipl_tools/ccw.c +++ b/ipl_tools/ccw.c @@ -9,7 +9,6 @@ * it under the terms of the MIT license. See LICENSE for details. */ -#include #include #include #include diff --git a/ipl_tools/ipl_tools.h b/ipl_tools/ipl_tools.h index 91906eac..9f9daaa0 100644 --- a/ipl_tools/ipl_tools.h +++ b/ipl_tools/ipl_tools.h @@ -12,7 +12,6 @@ #ifndef IPL_TOOLS_H #define IPL_TOOLS_H -#include #include #include #include