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

From Alvaro Herrera
Subject Re: further #include cleanup (IWYU)
Date
Msg-id 202410200937.55ssl4e5evhb@alvherre.pgsql
Whole thread Raw
Responses Re: further #include cleanup (IWYU)
List 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/



pgsql-hackers by date:

Previous
From: "Andrey M. Borodin"
Date:
Subject: Re: Using read_stream in index vacuum
Next
From: Alvaro Herrera
Date:
Subject: Re: further #include cleanup (IWYU)