1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Get rid of some more stuff that duplicates c.h or port.h.

This commit is contained in:
Tom Lane
2010-07-01 15:52:52 +00:00
parent 14bd1c3d9e
commit 600fc1dc9d
3 changed files with 1 additions and 20 deletions

View File

@ -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);