From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36100 invoked by alias); 6 Apr 2019 06:48:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 36091 invoked by uid 89); 6 Apr 2019 06:48:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*tom X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 06 Apr 2019 06:48:47 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 44bnMc6jJTz1rX7L; Sat, 6 Apr 2019 08:48:44 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 44bnMc6V4Rz1r4t6; Sat, 6 Apr 2019 08:48:44 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id z_kAqBS66DFG; Sat, 6 Apr 2019 08:48:43 +0200 (CEST) Received: from linux.local (ppp-46-244-169-156.dynamic.mnet-online.de [46.244.169.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sat, 6 Apr 2019 08:48:43 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id C42CD1E53F9; Sat, 6 Apr 2019 08:48:41 +0200 (CEST) From: Andreas Schwab To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [FYI] Sort includes for files gdb/[a-f]*.[chyl]. References: <20190406011654.28798-1-tom@tromey.com> X-Yow: Did we bring enough BEEF JERKY? Date: Sat, 06 Apr 2019 06:48:00 -0000 In-Reply-To: <20190406011654.28798-1-tom@tromey.com> (Tom Tromey's message of "Fri, 5 Apr 2019 19:16:54 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-04/txt/msg00093.txt.bz2 On Apr 05 2019, Tom Tromey wrote: > diff --git a/gdb/aarch64-fbsd-nat.c b/gdb/aarch64-fbsd-nat.c > index bb187a600d0..cb4130a2844 100644 > --- a/gdb/aarch64-fbsd-nat.c > +++ b/gdb/aarch64-fbsd-nat.c > @@ -18,16 +18,18 @@ > along with this program. If not, see . */ > > #include "defs.h" > -#include "target.h" > > -#include > -#include > +/* Standard C includes. */ > #include > +#include > +#include These are not really "Standard C includes". Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."