summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-12-25 22:47:53 +0900
committerFujii Masao <fujii@postgresql.org>2014-12-25 22:52:37 +0900
commit6ac1c52e472a1734d0f6bdc41b4ab871e21f7b92 (patch)
treeceea8e915ee7e8c81098209b54dce7d61319e6c5 /src
parent0680247192ebd7bed0e00053ed907618ca969d00 (diff)
Remove duplicate include of slot.h.
Back-patch to 9.4, where this problem was added.
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/walsender.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 00ea942ecc9..5633922786d 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"