On Thu, Jan 25, 2024 at 04:34:05PM +, Peter Maydell wrote:
> Date: Thu, 25 Jan 2024 16:34:05 +
> From: Peter Maydell
> Subject: [PATCH 07/10] include: Clean up includes
> X-Mailer: git-send-email 2.34.1
>
> This commit was created with scripts/clean-includes:
> ./s
This commit was created with scripts/clean-includes:
./scripts/clean-includes --git include include/*/*.h include/*/*/*.h
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, sinc