From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMdaD-0003Wo-AS for qemu-devel@nongnu.org; Fri, 22 Jan 2016 10:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMda9-0001Dm-Am for qemu-devel@nongnu.org; Fri, 22 Jan 2016 10:25:05 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:35390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMda9-0001Bx-4I for qemu-devel@nongnu.org; Fri, 22 Jan 2016 10:25:01 -0500 References: <1453138500-8410-1-git-send-email-peter.maydell@linaro.org> From: Leon Alrae Message-ID: <56A249C3.3090505@imgtec.com> Date: Fri, 22 Jan 2016 15:24:51 +0000 MIME-Version: 1.0 In-Reply-To: <1453138500-8410-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] mips: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Aurelien Jarno , patches@linaro.org On 18/01/16 17:35, Peter Maydell wrote: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. > > This commit was created with scripts/clean-includes. > > Signed-off-by: Peter Maydell > --- > disas/mips.c | 1 + > hw/mips/addr.c | 1 + > hw/mips/cputimer.c | 1 + > hw/mips/gt64xxx_pci.c | 1 + > hw/mips/mips_fulong2e.c | 1 + > hw/mips/mips_int.c | 1 + > hw/mips/mips_jazz.c | 1 + > hw/mips/mips_malta.c | 1 + > hw/mips/mips_mipssim.c | 1 + > hw/mips/mips_r4k.c | 1 + > target-mips/cpu.c | 1 + > target-mips/dsp_helper.c | 1 + > target-mips/gdbstub.c | 2 +- > target-mips/helper.c | 6 +----- > target-mips/kvm.c | 2 +- > target-mips/lmi_helper.c | 1 + > target-mips/machine.c | 1 + > target-mips/mips-semi.c | 2 +- > target-mips/msa_helper.c | 1 + > target-mips/op_helper.c | 2 +- > target-mips/translate.c | 1 + > 21 files changed, 21 insertions(+), 9 deletions(-) Applied to target-mips tree, thanks. Regards, Leon