Fix inclusions of c.h from .h files.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a72f0365db4168e7d720608fe3ac0ca3fe9355df
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-03-09T01:58:17Z
Releases: 10.0
Fix inclusions of c.h from .h files.

We have a project policy that every .c file should start by including
postgres.h, postgres_fe.h, or c.h as appropriate; and then there is no
need for any .h file to explicitly include any of these.  Fix a few
headers that were violating this policy by including c.h.

Discussion: https://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.com
Discussion: https://postgr.es/m/11634.1488932128@sss.pgh.pa.us

Files

PathChange+/−
src/bin/pg_rewind/fetch.h modified +0 −2
src/bin/pg_rewind/pg_rewind.h modified +0 −2

Discussion