[libvirt] [PATCH] qemu_tpm: Drop needles include of cap-ng.h

qemu_tpm.c is not calling any capng_* functions. Let's drop this include then. This also fixes a build failure without capng. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Pushed under build breaker and trivial rules. src/qemu/qemu_tpm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_tpm.c b/src/qemu/qemu_tpm.c index 2349fa92d9..278b262c48 100644 --- a/src/qemu/qemu_tpm.c +++ b/src/qemu/qemu_tpm.c @@ -25,7 +25,6 @@ #include <sys/types.h> #include <unistd.h> #include <fcntl.h> -#include <cap-ng.h> #include "qemu_extdevice.h" #include "qemu_domain.h" -- 2.16.4

On 06/07/2018 01:59 PM, Michal Privoznik wrote:
qemu_tpm.c is not calling any capng_* functions. Let's drop this include then. This also fixes a build failure without capng.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
Pushed under build breaker and trivial rules.
src/qemu/qemu_tpm.c | 1 - 1 file changed, 1 deletion(-)
Ooops. git send-email 000* wasn't such a great idea after all. This patch does not belong into this patch set, obviously. Michal
participants (1)
-
Michal Privoznik