Skip to content

Commit f116b1f

Browse files
committed
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.
1 parent 5bce637 commit f116b1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/storage/proc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define _PROC_H_
1616

1717
#include "access/xlog.h"
18-
#include "replication/syncrep.h"
1918
#include "storage/latch.h"
2019
#include "storage/lock.h"
2120
#include "storage/pg_sema.h"

0 commit comments

Comments
 (0)