include/qemu/osdep.h: Move system includes to top
commitec63ca2d356f7be018138d7f66b13dffd2396b9f
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Apr 2021 13:55:40 +0000 (16 14:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 17 Apr 2021 17:44:30 +0000 (17 18:44 +0100)
tree95625c46e94c4d2676d1cad5ebcffe4b44458b19
parent875df03b221ef6a67f175f1f283ea5598f717da5
include/qemu/osdep.h: Move system includes to top

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.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210416135543.20382-4-peter.maydell@linaro.org
Message-id: 20210414184343.26235-1-peter.maydell@linaro.org
include/qemu/osdep.h