Files
qemu/include/hw/core
Peter Maydell 75f48413bb all: Clean up includes
This commit was created with scripts/clean-includes:
 ./scripts/clean-includes '--git' 'all' '--all'

and manually edited to remove one change to hw/virtio/cbor-helpers.c.
All these changes are header files that include osdep.h or some
system header that osdep.h pulls in; they don't need to do this.

All .c should include qemu/osdep.h first.  The script performs three
related cleanups:

* Ensure .c files include qemu/osdep.h first.
* Including it in a .h is redundant, since the .c  already includes
  it.  Drop such inclusions.
* Likewise, including headers qemu/osdep.h includes is redundant.
  Drop these, too.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20260116125830.926296-5-peter.maydell@linaro.org
2026-01-22 11:23:31 +00:00
..
2026-01-07 06:13:17 +01:00
2025-12-27 10:11:06 +01:00
2025-12-27 10:11:06 +01:00
2026-01-22 11:23:31 +00:00
2025-12-27 10:11:07 +01:00
2025-12-27 10:11:08 +01:00
2025-12-27 10:11:07 +01:00
2025-12-27 10:11:08 +01:00
2025-12-27 10:11:08 +01:00