On 7/7/25 19:09, Philippe Mathieu-Daudé wrote:
"qemu/typedefs.h" is already included by "qemu/osdep.h".

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  hw/vfio/vfio-migration-internal.h | 1 -
  include/system/os-win32.h         | 1 -
  hw/intc/loongarch_extioi_kvm.c    | 1 -
  3 files changed, 3 deletions(-)


diff --git a/include/system/os-win32.h b/include/system/os-win32.h
index 3aa6cee4c23..662cfabc5e7 100644
--- a/include/system/os-win32.h
+++ b/include/system/os-win32.h
@@ -29,7 +29,6 @@
  #include <winsock2.h>
  #include <windows.h>
  #include <ws2tcpip.h>
-#include "qemu/typedefs.h"
This one was introduced in commit f5fd677ae7c ("win32/socket: introduce
qemu_socket_select() helper") for Error type, but files including this
header should already include "qemu/osdep.h".

Reply via email to