The DEFINE_TYPES() macro doesn't need the qemu/module.h include. Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro") Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/pci-host/designware.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/hw/pci-host/designware.c b/hw/pci-host/designware.c index 183f838392..b4bff14579 100644 --- a/hw/pci-host/designware.c +++ b/hw/pci-host/designware.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "qemu/module.h" #include "qemu/log.h" #include "qemu/bitops.h" #include "hw/pci/msi.h" -- 2.49.0