From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvR2l-0005YW-DB for qemu-devel@nongnu.org; Fri, 22 Sep 2017 12:43:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvR2j-00063M-6f for qemu-devel@nongnu.org; Fri, 22 Sep 2017 12:43:11 -0400 Received: from mail-wr0-x236.google.com ([2a00:1450:400c:c0c::236]:47535) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvR2i-00061G-NO for qemu-devel@nongnu.org; Fri, 22 Sep 2017 12:43:08 -0400 Received: by mail-wr0-x236.google.com with SMTP id k20so1354927wre.4 for ; Fri, 22 Sep 2017 09:43:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170922154014.29350-8-f4bug@amsat.org> References: <20170922154014.29350-1-f4bug@amsat.org> <20170922154014.29350-8-f4bug@amsat.org> From: Peter Maydell Date: Fri, 22 Sep 2017 17:42:46 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 07/34] i386/hax: remove duplicated includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: Thomas Huth , Paolo Bonzini , Richard Henderson , Eduardo Habkost , Yu Ning , Vincent Palatin , QEMU Developers , QEMU Trivial On 22 September 2017 at 16:39, Philippe Mathieu-Daud=C3=A9 wrote: > applied using ./scripts/clean-includes > > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > include/sysemu/hax.h | 1 - > target/i386/hax-darwin.h | 3 --- > target/i386/hax-windows.h | 2 -- > target/i386/hax-darwin.c | 8 ++------ > 4 files changed, 2 insertions(+), 12 deletions(-) I suspect the includes in hax-windows.h could be trimmed a bit more (since we're guaranteed that if CONFIG_WIN32 then we've included sysemu/os-win32.h), but this is fine as it stands. Reviewed-by: Peter Maydell thanks -- PMM