From: Fujii Masao Date: Thu, 25 Dec 2014 13:47:53 +0000 (+0900) Subject: Remove duplicate include of slot.h. X-Git-Tag: REL9_5_ALPHA1~1000 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4a5593197b0ddec913fcd7758d61e782ab5c4d59;p=postgresql.git Remove duplicate include of slot.h. Back-patch to 9.4, where this problem was added. --- diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 019ae6a6536..11f06ea6cae 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -62,7 +62,6 @@ #include "replication/slot.h" #include "replication/snapbuild.h" #include "replication/syncrep.h" -#include "replication/slot.h" #include "replication/walreceiver.h" #include "replication/walsender.h" #include "replication/walsender_private.h"