summaryrefslogtreecommitdiff
path: root/src/bin/psql/startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/startup.c')
-rw-r--r--src/bin/psql/startup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c
index 88d686a5b74..694f0ef257f 100644
--- a/src/bin/psql/startup.c
+++ b/src/bin/psql/startup.c
@@ -7,8 +7,6 @@
*/
#include "postgres_fe.h"
-#include <sys/types.h>
-
#ifndef WIN32
#include <unistd.h>
#else /* WIN32 */
@@ -18,8 +16,6 @@
#include "getopt_long.h"
-#include <locale.h>
-
#include "command.h"
#include "common.h"
#include "describe.h"