Remove inappropriate inclusions of c.h and postgres_fe.h.
authorTom Lane
Sun, 27 Apr 2025 20:58:57 +0000 (16:58 -0400)
committerTom Lane
Sun, 27 Apr 2025 20:58:57 +0000 (16:58 -0400)
commit2f5b05620330baed1648a1a6e2f231c7ba1368d1
tree581f576c5a50b4726d3b98578e7930b094fddba9
parent94b84a60729e15ee071739c3aec7fdd781123aab
Remove inappropriate inclusions of c.h and postgres_fe.h.

Per our usual policy, Postgres header files should not include these;
the decision as to which one to use is to be made in the calling .c
file instead.

These errors aren't particularly new, but I'm not feeling a need
to back-patch these changes; it's mostly just neatnik-ism.
src/bin/pg_combinebackup/copy_file.h
src/include/fe_utils/option_utils.h
src/include/fe_utils/query_utils.h