diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-08 10:55:33 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-29 13:56:39 +0200 |
commit | 962316a6a339367e187b4728ef131ec6e635f364 (patch) | |
tree | d2e649b8fcab784f5e6d94d2f58c23850d715624 | |
parent | 8e8cb3b5722babe7e7b597b3805bf09f24ed6979 (diff) | |
download | qemu-962316a6a339367e187b4728ef131ec6e635f364.zip qemu-962316a6a339367e187b4728ef131ec6e635f364.tar.gz qemu-962316a6a339367e187b4728ef131ec6e635f364.tar.bz2 |
hw/vfio/vfio-migration: Remove unnecessary 'qemu/typedefs.h' include
"qemu/typedefs.h" is already included by "qemu/osdep.h".
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250708085859.7885-3-philmd@linaro.org>
-rw-r--r-- | hw/vfio/vfio-migration-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfio/vfio-migration-internal.h b/hw/vfio/vfio-migration-internal.h index 54141e2..814fbd9 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" /* |