From 3f7b459606c6977aa4703b61f4e2534f88825862 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Thu, 16 Oct 2025 12:18:57 +0200 Subject: [PATCH] dump2tar: Remove unused header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop idcache.h as it is not used in this file. Reviewed-by: Jan Höppner Signed-off-by: Jan Polensky Signed-off-by: Jan Höppner --- dump2tar/src/dump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dump2tar/src/dump.c b/dump2tar/src/dump.c index 545203f4..0f6ef413 100644 --- a/dump2tar/src/dump.c +++ b/dump2tar/src/dump.c @@ -30,7 +30,6 @@ #include "dref.h" #include "dump.h" #include "global.h" -#include "idcache.h" #include "misc.h" #include "tar.h"