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

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

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