diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-07-01 15:52:52 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-07-01 15:52:52 +0000 |
| commit | 600fc1dc9d6bbb66a76975ea6b431b44c76e7e83 (patch) | |
| tree | a8a5bd2898e51cf8acb0aa8f7158e6c6a9f9d3ae /contrib/pg_upgrade/file.c | |
| parent | 14bd1c3d9e76e4a9e207082cdd45cb4002d48e5e (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.c | 5 |
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); |
