Commit 95cb9172 authored by Bruce Momjian's avatar Bruce Momjian

pg_upgrade: remove redundant include files

The files were already included by pg_upgrade.h.
parent cad4fe64
......@@ -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);
......
......@@ -16,7 +16,6 @@
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef WIN32
#include <io.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment