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
Branch
--
master
Details
---
https://git.pos
Remove unused #include's from backend .c files
as determined by include-what-you-use (IWYU)
While IWYU also suggests to *add* a bunch of #include's (which is its
main purpose), this patch does not do that. In some cases, a more
specific #include replaces another less specific one.
Some manual a