mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
pg_upgrade: remove redundant include files
The files were already included by pg_upgrade.h.
This commit is contained in:
parent
cad4fe6455
commit
95cb917297
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user