Thread: pgsql: Remove inappropriate inclusions of c.h and postgres_fe.h.

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f5b05620330baed1648a1a6e2f231c7ba1368d1

Modified Files
--------------
src/bin/pg_combinebackup/copy_file.h | 1 -
src/include/fe_utils/option_utils.h  | 2 --
src/include/fe_utils/query_utils.h   | 2 --
3 files changed, 5 deletions(-)