On 4/14/21 8:43 PM, Peter Maydell wrote: > Mostly osdep.h puts the system includes at the top of the file; but > there are a couple of exceptions where we include a system header > halfway through the file. Move these up to the top with the rest > so that all the system headers we include are included before > we include os-win32.h or os-posix.h. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/qemu/osdep.h | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>