Remove unneeded include

This commit is contained in:
Ian Barwick
2015-01-13 07:57:54 +09:00
parent 1221b73293
commit a1a61e5ec3

View File

@@ -35,10 +35,8 @@
#include "strutil.h" #include "strutil.h"
#include "version.h" #include "version.h"
/* PostgreSQL's headers needed to export some functionality */ /* Required PostgreSQL headers */
#include "access/xlogdefs.h" #include "access/xlogdefs.h"
#include "libpq/pqsignal.h"
/* /*
* Struct to keep info about the nodes, used in the voting process in * Struct to keep info about the nodes, used in the voting process in