chiark / gitweb /
localed: remove spurious include of <sys/capability.h>
authorFilipe Brandenburger <filbranden@google.com>
Tue, 23 Dec 2014 18:38:46 +0000 (10:38 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Dec 2014 15:57:08 +0000 (10:57 -0500)
commit8ea763865ffe1e5462d9921c01f4b135e1008d59
tree8eb994891a2aecd2a758880c75d3ec4edeebb9a7
parent946be29c98e1797f2e0912c5f2da31ee3816ee58
localed: remove spurious include of <sys/capability.h>

It does not use any functions from libcap directly. The CAP_SYS_ADMIN constant
in use by this file comes from <linux/capability.h> imported through "missing.h".

Tested that "systemd-localed" builds cleanly and works after this change.
src/locale/localed.c