1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

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

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