From e18512c000eeb0da3509c37ef4a3ce0530b396bd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 27 Oct 2024 08:18:25 +0100 Subject: Remove unused #include's from backend .c files as determined by IWYU These are mostly issues that are new since commit dbbca2cf299. Discussion: https://www.postgresql.org/message-id/flat/0df1d5b1-8ca8-4f84-93be-121081bde049%40eisentraut.org --- src/backend/parser/parse_expr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/backend/parser/parse_expr.c') diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c index ef0b560f5e3..c2806297aa4 100644 --- a/src/backend/parser/parse_expr.c +++ b/src/backend/parser/parse_expr.c @@ -16,7 +16,6 @@ #include "postgres.h" #include "catalog/pg_aggregate.h" -#include "catalog/pg_proc.h" #include "catalog/pg_type.h" #include "commands/dbcommands.h" #include "miscadmin.h" @@ -37,7 +36,6 @@ #include "utils/builtins.h" #include "utils/date.h" #include "utils/fmgroids.h" -#include "utils/jsonb.h" #include "utils/lsyscache.h" #include "utils/timestamp.h" #include "utils/xml.h" -- cgit v1.2.3