This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/3] config.h rationalization
- From: Pedro Alves <palves at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>, gdb-patches at sourceware dot org
- Date: Tue, 29 Jul 2014 15:56:50 +0100
- Subject: Re: [PATCH 0/3] config.h rationalization
- Authentication-results: sourceware.org; auth=none
- References: <1406295265-4681-1-git-send-email-gbenson at redhat dot com>
On 07/25/2014 02:34 PM, Gary Benson wrote:
> I am aware that the first patch in the series creates some redundant
> includes, for example common/ptid.c now includes defs.h or server.h,
> both of which include ptid.h, but I did not remove the "#include ptid.h"
> from ptid.c.
Please don't remove that one. It's a simpler rule if all .c files
include their corresponding .h file.
> I intend to address these redundant includes as common
> code is migrated into common-defs.h.
--
Thanks,
Pedro Alves