summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/file.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-07-01 15:52:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-07-01 15:52:52 +0000
commit600fc1dc9d6bbb66a76975ea6b431b44c76e7e83 (patch)
treea8a5bd2898e51cf8acb0aa8f7158e6c6a9f9d3ae /contrib/pg_upgrade/file.c
parent14bd1c3d9e76e4a9e207082cdd45cb4002d48e5e (diff)
Get rid of some more stuff that duplicates c.h or port.h.
Diffstat (limited to 'contrib/pg_upgrade/file.c')
-rw-r--r--contrib/pg_upgrade/file.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/pg_upgrade/file.c b/contrib/pg_upgrade/file.c
index 2361e6ec742..ebe892bf543 100644
--- a/contrib/pg_upgrade/file.c
+++ b/contrib/pg_upgrade/file.c
@@ -6,13 +6,8 @@
#include "pg_upgrade.h"
-#include <sys/types.h>
#include <fcntl.h>
-#ifdef WIN32
-#include <windows.h>
-#endif
-
static int copy_file(const char *fromfile, const char *tofile, bool force);