diff options
| author | Peter Eisentraut | 2024-10-27 07:18:25 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2024-10-27 07:26:50 +0000 |
| commit | e18512c000eeb0da3509c37ef4a3ce0530b396bd (patch) | |
| tree | 20cb8360ab991684da924cde8b7c40852146d1b3 /src/backend/main | |
| parent | 3aa2373c114124f62e80016d8939331fcb4d5586 (diff) | |
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
Diffstat (limited to 'src/backend/main')
| -rw-r--r-- | src/backend/main/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
