From 28950f78781363a61175eedb81973121cf7b1cea Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 21 Dec 2020 21:03:14 +0000 Subject: [PATCH] Drop dependency on sd-login Only sd_bus_* functions appear to be used, also supported by basu. --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index a33d6465..8a7823d5 100644 --- a/main.c +++ b/main.c @@ -19,10 +19,8 @@ #include "log.h" #if HAVE_SYSTEMD #include -#include #elif HAVE_ELOGIND #include -#include #endif static struct org_kde_kwin_idle *idle_manager = NULL;