On 7/8/25 10:58, Philippe Mathieu-Daudé wrote:
> "qemu/typedefs.h" is already included by "qemu/osdep.h".
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/vfio/vfio-migration-internal.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/vfio/vfio-migration-internal.h b/hw/vfio/vfio-migration-internal.h
> index a8b456b239d..00e2badd889 100644
> --- a/hw/vfio/vfio-migration-internal.h
> +++ b/hw/vfio/vfio-migration-internal.h
> @@ -13,7 +13,6 @@
> #include <linux/vfio.h>
> #endif
>
> -#include "qemu/typedefs.h"
> #include "qemu/notify.h"
>
> /*
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.