From 98998f73bf22cc9c44043ad9465f09f2ded9f368 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 22 May 2017 08:10:40 +0900 Subject: [PATCH] repmgrd: remove unnecessary inclusions Per gripe in GitHub #303 --- repmgrd.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index ef46185b..526d9680 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -30,18 +30,10 @@ #include #include - - #include "repmgr.h" -#include "config.h" #include "log.h" -#include "strutil.h" #include "version.h" -/* Required PostgreSQL headers */ -#include "access/xlogdefs.h" -#include "pqexpbuffer.h" - /* Message strings passed in repmgrSharedState->location */ #define PASSIVE_NODE "PASSIVE_NODE"