From b58414d7dc0cb6d906a1fa65f5da060c6e3f9167 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 30 Sep 2025 13:40:49 +0200 Subject: [PATCH] zconf/lscss: Remove unused header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop lib/util_base.h and lib/zt_common.h as they are not used in this file. Reviewed-by: Jan Höppner Signed-off-by: Jan Polensky Signed-off-by: Jan Höppner --- zconf/css/lscss.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/zconf/css/lscss.c b/zconf/css/lscss.c index f542e598..f09b5665 100644 --- a/zconf/css/lscss.c +++ b/zconf/css/lscss.c @@ -12,7 +12,6 @@ #include #include "lib/ccw.h" -#include "lib/util_base.h" #include "lib/util_file.h" #include "lib/util_libc.h" #include "lib/util_list.h" @@ -22,7 +21,6 @@ #include "lib/util_rec.h" #include "lib/util_scandir.h" #include "lib/util_panic.h" -#include "lib/zt_common.h" #include "misc.h"