Skip to content
Snippets Groups Projects
Commit f116b1f5 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 5bce637a
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@
#define _PROC_H_
#include "access/xlog.h"
#include "replication/syncrep.h"
#include "storage/latch.h"
#include "storage/lock.h"
#include "storage/pg_sema.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment