Remove unneeded header declarations in multixact.c
authorMichael Paquier <michael@paquier.xyz>
Mon, 18 Aug 2025 23:57:20 +0000 (08:57 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 18 Aug 2025 23:57:20 +0000 (08:57 +0900)
commit24e71d53f88e1a37506cf1c9967b6db5d685f249
tree519822e6b584b620a18d573c51093634c173331b
parenta98ccf727ebbb6d620b1a7995012f1751f261075
Remove unneeded header declarations in multixact.c

Two header declarations were related to SQL-callable functions, that
should have been cleaned up in df9133fa6384.  Some more includes can be
removed on closer inspection, so let's clean up these as well, while on
it.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/345438.1755524834@sss.pgh.pa.us
src/backend/access/transam/multixact.c