Re: further #include cleanup (IWYU) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: further #include cleanup (IWYU)
Date
Msg-id 238d72de-2cc9-4b9d-9079-7d958bcc3e75@eisentraut.org
Whole thread Raw
In response to Re: further #include cleanup (IWYU)  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On 20.10.24 11:37, Alvaro Herrera wrote:
> On 2024-Oct-20, Peter Eisentraut wrote:
> 
>> diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h
>> index 2009382ce7d..b78030044b5 100644
>> --- a/contrib/tablefunc/tablefunc.h
>> +++ b/contrib/tablefunc/tablefunc.h
>> @@ -34,6 +34,4 @@
>>   #ifndef TABLEFUNC_H
>>   #define TABLEFUNC_H
>>   
>> -#include "fmgr.h"
>> -
>>   #endif                            /* TABLEFUNC_H */
> 
> You could as well just delete this file.

I have committed it with the file deleted.




pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Reordering DISTINCT keys to match input path's pathkeys
Next
From: Peter Eisentraut
Date:
Subject: Re: further #include cleanup (IWYU)