qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-6.0? 3/6] include/qemu/osdep.h: Move system includes to t


From: Richard Henderson
Subject: Re: [PATCH for-6.0? 3/6] include/qemu/osdep.h: Move system includes to top
Date: Fri, 16 Apr 2021 10:17:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/16/21 6:55 AM, 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.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé<philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé<berrange@redhat.com>
Message-id:20210414184343.26235-1-peter.maydell@linaro.org
---
  include/qemu/osdep.h | 20 +++++++++++++-------
  1 file changed, 13 insertions(+), 7 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]