Remove unnecessary and circular #include.

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

Commit: f116b1f5b8d36e54404b36f1aba1295cbcfc4fdc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-09-04T02:14:45Z
Releases: 9.2.0
Remove unnecessary and circular #include.

storage/proc.h should not include replication/syncrep.h, especially not
when the latter includes storage/proc.h; but in any case this was a pretty
poor thing from a modular layering standpoint.

Files

PathChange+/−
src/include/storage/proc.h modified +0 −1