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/main/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/main') diff --git a/src/backend/main/main.c b/src/backend/main/main.c index 4672aab8378..aea93a02298 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -32,7 +32,6 @@ #include "bootstrap/bootstrap.h" #include "common/username.h" -#include "port/atomics.h" #include "postmaster/postmaster.h" #include "tcop/tcopprot.h" #include "utils/help_config.h" -- cgit v1.2.3