From d7646f241c8efc17b4b86cc7a304472792f0cc74 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 26 Aug 2015 12:17:15 +0100 Subject: maint: remove unused include for dirent.h A number of files were including dirent.h but not using any of the functions it provides Signed-off-by: Daniel P. Berrange Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- hw/tpm/tpm_passthrough.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/tpm') diff --git a/hw/tpm/tpm_passthrough.c b/hw/tpm/tpm_passthrough.c index 79a8f98..be160c1 100644 --- a/hw/tpm/tpm_passthrough.c +++ b/hw/tpm/tpm_passthrough.c @@ -22,8 +22,6 @@ * License along with this library; if not, see */ -#include - #include "qemu-common.h" #include "qapi/error.h" #include "qemu/error-report.h" -- cgit v1.1