machined: remove spurious include of <sys/capability.h>
authorFilipe Brandenburger <filbranden@google.com>
Tue, 23 Dec 2014 18:38:49 +0000 (10:38 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Dec 2014 15:56:34 +0000 (10:56 -0500)
commit9bb0c7cfbb253c5b983efaed51a65bcbf422d8d7
tree5f1308edff4865bbb4141cd715ba2f9fe5b44171
parentffbc903f030d9acd2c40e4defd8e549b046ec520
machined: remove spurious include of <sys/capability.h>

They do not use any functions from libcap directly. The CAP_KILL constant in
use by these files comes from <linux/capability.h> imported through
"missing.h".

Tested that "systemd-machined" builds cleanly and works after this change.
src/machine/machine-dbus.c
src/machine/machined-dbus.c