From 5bce637a4b92ed083f2c21cff63917cb2849b851 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 3 Sep 2011 21:25:00 -0400 Subject: [PATCH] walsender.h doesn't need xlog.h, per Tom. --- src/include/replication/walsender.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/replication/walsender.h b/src/include/replication/walsender.h index 504cb9a833..1b7f50c52b 100644 --- a/src/include/replication/walsender.h +++ b/src/include/replication/walsender.h @@ -12,7 +12,6 @@ #ifndef _WALSENDER_H #define _WALSENDER_H -#include "access/xlog.h" #include "fmgr.h" #include "nodes/nodes.h" #include "storage/latch.h"