]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tpm.c
Include less of the generated modular QAPI headers
[mirror_qemu.git] / tpm.c
diff --git a/tpm.c b/tpm.c
index d11b10bed86b0e76278950047facb2f26102f081..2db03a09b21a02635e4a05442b1dca280f06416f 100644 (file)
--- a/tpm.c
+++ b/tpm.c
 #include "qemu/osdep.h"
 
 #include "qapi/error.h"
+#include "qapi/qapi-commands-tpm.h"
 #include "qapi/qmp/qerror.h"
 #include "sysemu/tpm_backend.h"
 #include "sysemu/tpm.h"
 #include "qemu/config-file.h"
 #include "qemu/error-report.h"
-#include "qmp-commands.h"
 
 static QLIST_HEAD(, TPMBackend) tpm_backends =
     QLIST_HEAD_INITIALIZER(tpm_backends);