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/tcop/postgres.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 7f5eada9d45..8cc23a9cef8 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -53,7 +53,6 @@ #include "pg_getopt.h" #include "pg_trace.h" #include "pgstat.h" -#include "postmaster/autovacuum.h" #include "postmaster/interrupt.h" #include "postmaster/postmaster.h" #include "replication/logicallauncher.h" -- cgit v1.2.3