pg_upgrade: remove redundant include files

The files were already included by pg_upgrade.h.
This commit is contained in:
Bruce Momjian 2014-04-16 13:27:00 -04:00
parent cad4fe6455
commit 95cb917297
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
#include "pg_upgrade.h"
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
static void check_data_dir(const char *pg_data);

View File

@ -16,7 +16,6 @@
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef WIN32
#include <io.h>
#endif