summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r--src/bin/psql/command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index f17f6107175..a28f5134b92 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -18,7 +18,6 @@
#include <pwd.h>
#endif
#ifndef WIN32
-#include <sys/types.h> /* for umask() */
#include <sys/stat.h> /* for stat() */
#include <fcntl.h> /* open() flags */
#include <unistd.h> /* for geteuid(), getpid(), stat() */
@@ -27,7 +26,6 @@
#include <io.h>
#include <fcntl.h>
#include <direct.h>
-#include <sys/types.h> /* for umask() */
#include <sys/stat.h> /* for stat() */
#endif