]> granicus.if.org Git - postgresql/commit
Remove unnecessary and circular #include.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Sep 2011 02:14:45 +0000 (22:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Sep 2011 02:14:45 +0000 (22:14 -0400)
commitf116b1f5b8d36e54404b36f1aba1295cbcfc4fdc
treef253b6c97a4568d33829b84a4702c7c16ae8322e
parent5bce637a4b92ed083f2c21cff63917cb2849b851
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.
src/include/storage/proc.h