From: Marc-André Lureau Date: Mon, 6 Nov 2017 18:39:13 +0000 (+0100) Subject: tpm-tis: simplify header inclusion X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=023299d87f7b6cccaede8210755afd0c2eaec41a;p=qemu.git tpm-tis: simplify header inclusion Signed-off-by: Marc-André Lureau Reviewed-by: Stefan Berger Signed-off-by: Stefan Berger --- diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c index a780167feb..81b23b78bb 100644 --- a/hw/tpm/tpm_tis.c +++ b/hw/tpm/tpm_tis.c @@ -24,17 +24,12 @@ #include "qemu/osdep.h" #include "hw/isa/isa.h" -#include "sysemu/tpm_backend.h" -#include "tpm_int.h" -#include "sysemu/block-backend.h" -#include "exec/address-spaces.h" -#include "hw/hw.h" -#include "hw/i386/pc.h" -#include "hw/pci/pci_ids.h" #include "qapi/error.h" -#include "qemu-common.h" -#include "qemu/main-loop.h" + #include "hw/acpi/tpm.h" +#include "hw/pci/pci_ids.h" +#include "sysemu/tpm_backend.h" +#include "tpm_int.h" #define TPM_TIS_NUM_LOCALITIES 5 /* per spec */ #define TPM_TIS_LOCALITY_SHIFT 12