From 1ae019f04b95771293f9a649c298aaeb0d3155a2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Sep 2011 19:10:09 -0400 Subject: Fix #include problems in 9.1 branch. Remove unnecessary and circular #include of syncrep.h from proc.h. Add htup.h to tablecmds.h so it will compile without prerequisites. --- src/include/storage/proc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/storage/proc.h') diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 56758da04f2..7b181b22bc8 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -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" -- cgit v1.2.3