]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/tpm/tpm_passthrough.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / tpm / tpm_passthrough.c
index 479317ee508b2d5a67e92de1fd03c7860490232b..e87bd126c6a7f3b6b946f2328970ae137cfe170d 100644 (file)
@@ -23,8 +23,8 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qemu/error-report.h"
+#include "qemu/module.h"
 #include "qemu/sockets.h"
 #include "sysemu/tpm_backend.h"
 #include "tpm_int.h"