1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

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.
This commit is contained in:
Filipe Brandenburger 2014-12-23 10:38:48 -08:00 committed by Zbigniew Jędrzejewski-Szmek
parent 88c4911768
commit f2c0b4f1b1

View File

@ -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>