Re: Remove unnecessary includes of system headers in header files - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Remove unnecessary includes of system headers in header files
Date
Msg-id 7d90fbbb-31a9-49ac-8cd0-d96296fa3372@eisentraut.org
Whole thread Raw
In response to Re: Remove unnecessary includes of system headers in header files  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 01.12.23 17:41, Tom Lane wrote:
> Peter Eisentraut <peter@eisentraut.org> writes:
>> I noticed that some header files included system header files for no
>> apparent reason, so I did some digging and found out that in a few cases
>> the original reason has disappeared.  So I propose the attached patches
>> to remove the unnecessary includes.
> 
> Seems generally reasonable.  Have you checked that headerscheck and
> cpluspluscheck are happy?

Yes, I ran it through Cirrus, which includes those checks.




pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Change GUC hashtable to use simplehash?
Next
From: Bharath Rupireddy
Date:
Subject: Is WAL_DEBUG related code still relevant today?