diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-10-27 08:18:25 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-10-27 08:26:50 +0100 |
commit | e18512c000eeb0da3509c37ef4a3ce0530b396bd (patch) | |
tree | 20cb8360ab991684da924cde8b7c40852146d1b3 /src/backend/storage/ipc/ipci.c | |
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/storage/ipc/ipci.c')
-rw-r--r-- | src/backend/storage/ipc/ipci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index 9ff687045f4..d68aa29d93e 100644 --- a/src/backend/storage/ipc/ipci.c +++ b/src/backend/storage/ipc/ipci.c @@ -31,7 +31,6 @@ #include "postmaster/autovacuum.h" #include "postmaster/bgworker_internals.h" #include "postmaster/bgwriter.h" -#include "postmaster/postmaster.h" #include "postmaster/walsummarizer.h" #include "replication/logicallauncher.h" #include "replication/origin.h" @@ -50,7 +49,6 @@ #include "storage/procarray.h" #include "storage/procsignal.h" #include "storage/sinvaladt.h" -#include "storage/spin.h" #include "utils/guc.h" #include "utils/injection_point.h" |