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(a)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