Improve includes introduced in the replication origins patch.

Andres Freund <andres@anarazel.de>

Commit: 449b13313caf63c2db936cc46d8a25cfcd9a0d04
Author: Andres Freund <andres@anarazel.de>
Date: 2015-08-06T10:41:59Z
Releases: 9.5.0
Improve includes introduced in the replication origins patch.

pg_resetxlog.h contained two superfluous includes, origin.h superfluously
depended on logical.h, and pg_xlogdump's rmgrdesc.h only indirectly
included origin.h.

Backpatch: 9.5, where replication origins were introduced.

Files