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:
parent
88c4911768
commit
f2c0b4f1b1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user