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 a28f5134b92..a52adc8186f 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -14,9 +14,7 @@
#include <ctype.h>
#include <time.h>
-#ifdef HAVE_PWD_H
#include <pwd.h>
-#endif
#ifndef WIN32
#include <sys/stat.h> /* for stat() */
#include <fcntl.h> /* open() flags */