From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRr3a-0000ta-9E for qemu-devel@nongnu.org; Fri, 05 Feb 2016 19:48:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRr3X-0007lK-33 for qemu-devel@nongnu.org; Fri, 05 Feb 2016 19:48:58 -0500 Received: from mail-qg0-x242.google.com ([2607:f8b0:400d:c04::242]:36177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRr3W-0007kt-UB for qemu-devel@nongnu.org; Fri, 05 Feb 2016 19:48:55 -0500 Received: by mail-qg0-x242.google.com with SMTP id u30so5103295qge.3 for ; Fri, 05 Feb 2016 16:48:54 -0800 (PST) Sender: Richard Henderson References: <1453832250-766-1-git-send-email-peter.maydell@linaro.org> <1453832250-766-12-git-send-email-peter.maydell@linaro.org> From: Richard Henderson Message-ID: <56B542F1.4010001@twiddle.net> Date: Sat, 6 Feb 2016 11:48:49 +1100 MIME-Version: 1.0 In-Reply-To: <1453832250-766-12-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/37] alpha: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org On 01/27/2016 05:17 AM, 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/alpha.c | 2 +- > hw/alpha/dp264.c | 1 + > hw/alpha/pci.c | 2 +- > hw/alpha/typhoon.c | 1 + > target-alpha/cpu.c | 1 + > target-alpha/fpu_helper.c | 1 + > target-alpha/gdbstub.c | 2 +- > target-alpha/helper.c | 4 +--- > target-alpha/int_helper.c | 1 + > target-alpha/machine.c | 1 + > target-alpha/mem_helper.c | 1 + > target-alpha/sys_helper.c | 1 + > target-alpha/translate.c | 1 + > target-alpha/vax_helper.c | 1 + > 14 files changed, 14 insertions(+), 6 deletions(-) Acked-by: Richard Henderson r~