Re: further #include cleanup (IWYU)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: further #include cleanup (IWYU)
Date: 2024-10-28 09:41:17
Message-ID: 238d72de-2cc9-4b9d-9079-7d958bcc3e75@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-10-28 09:45:21 Re: further #include cleanup (IWYU)
Previous Message Andrei Lepikhov 2024-10-28 09:32:50 Re: Removing unneeded self joins