From e91b7c6ecd7e0434efaf65656aae67f9b23e8c17 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 21 Oct 2023 09:54:56 +0000 Subject: [PATCH] cli: daemon: Remove any unused imports Signed-off-by: Michael Tremer --- src/cli/pakfire-daemon.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cli/pakfire-daemon.c b/src/cli/pakfire-daemon.c index e903bf686..d9d3181c3 100644 --- a/src/cli/pakfire-daemon.c +++ b/src/cli/pakfire-daemon.c @@ -23,13 +23,7 @@ #include -#include "lib/client-build.h" #include "lib/command.h" -#include "lib/config.h" -#include "lib/pakfire.h" -#include "lib/progressbar.h" -#include "lib/repo.h" -#include "lib/upload.h" const char* argp_program_version = PACKAGE_VERSION; -- 2.47.3