repmgrd: remove unnecessary inclusions

Per gripe in GitHub #303
This commit is contained in:
Ian Barwick
2017-05-22 08:10:40 +09:00
parent 34ac2d8141
commit 98998f73bf

View File

@@ -30,18 +30,10 @@
#include <stdlib.h>
#include <unistd.h>
#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"