aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-08-14 18:48:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-08-14 18:48:35 +0000
commitdbb4dd29e9c193a83ebf5501f7f4304bd603b4e8 (patch)
tree3e8bd3e34b682d78cfa89d3cbe89f49a74aa5f49 /src
parent71b0fe5b2ea0d8e9ab35181527bfcaea4e3ee6f6 (diff)
downloadpostgresql-dbb4dd29e9c193a83ebf5501f7f4304bd603b4e8.tar.gz
postgresql-dbb4dd29e9c193a83ebf5501f7f4304bd603b4e8.zip
Remove unnecessary #include's (see c.h).
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c
index 01c3cd50e0f..cead3c65904 100644
--- a/src/bin/psql/common.c
+++ b/src/bin/psql/common.c
@@ -3,14 +3,12 @@
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.71 2003/08/08 21:42:24 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.72 2003/08/14 18:48:35 tgl Exp $
*/
#include "postgres_fe.h"
#include "common.h"
#include <ctype.h>
-#include <errno.h>
-#include <stdarg.h>
#ifndef HAVE_STRDUP
#include <strdup.h>
#endif