summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 3e3cab49418..91cf0be46a6 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -8,7 +8,6 @@
#include "postgres_fe.h"
#ifndef WIN32
-#include <sys/types.h> /* (ditto) */
#include <unistd.h> /* for geteuid() */
#else
#include <win32.h>