summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2014-12-23 10:38:48 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-12-25 10:57:29 -0500
commitf2c0b4f1b1340426d2cc42948964af55be35feb3 (patch)
tree62cc4d44eccbb15e06dbf92e267093da38cde425 /src/login
parent88c49117685837fd1b9a43e4578238a825c8bcab (diff)
pam_systemd: remove spurious include of <sys/capability.h>
It does not use any functions or constants from libcap directly. Tested that "pam_systemd.la" builds cleanly and works after this change.
Diffstat (limited to 'src/login')
-rw-r--r--src/login/pam_systemd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c
index 111e2b7c4c..d5b29c8af4 100644
--- a/src/login/pam_systemd.c
+++ b/src/login/pam_systemd.c
@@ -24,7 +24,6 @@
#include <sys/file.h>
#include <pwd.h>
#include <endian.h>
-#include <sys/capability.h>
#include <security/pam_modules.h>
#include <security/_pam_macros.h>