Re: further #include cleanup (IWYU)

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: further #include cleanup (IWYU)
Date: 2024-10-20 09:37:36
Message-ID: 202410200937.55ssl4e5evhb@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2024-10-20 09:53:13 Re: further #include cleanup (IWYU)
Previous Message Peter Eisentraut 2024-10-20 07:50:00 further #include cleanup (IWYU)