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.
This commit is contained in:
parent
5bce637a4b
commit
f116b1f5b8
@ -15,7 +15,6 @@
|
|||||||
#define _PROC_H_
|
#define _PROC_H_
|
||||||
|
|
||||||
#include "access/xlog.h"
|
#include "access/xlog.h"
|
||||||
#include "replication/syncrep.h"
|
|
||||||
#include "storage/latch.h"
|
#include "storage/latch.h"
|
||||||
#include "storage/lock.h"
|
#include "storage/lock.h"
|
||||||
#include "storage/pg_sema.h"
|
#include "storage/pg_sema.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user