From f2c0b4f1b1340426d2cc42948964af55be35feb3 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 23 Dec 2014 10:38:48 -0800 Subject: [PATCH] pam_systemd: remove spurious include of It does not use any functions or constants from libcap directly. Tested that "pam_systemd.la" builds cleanly and works after this change. --- src/login/pam_systemd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c index 111e2b7c4..d5b29c8af 100644 --- a/src/login/pam_systemd.c +++ b/src/login/pam_systemd.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include -- 2.30.2