projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b0fe5
)
Remove unnecessary #include's (see c.h).
author
Tom Lane
<
[email protected]
>
Thu, 14 Aug 2003 18:48:35 +0000
(18:48 +0000)
committer
Tom Lane
<
[email protected]
>
Thu, 14 Aug 2003 18:48:35 +0000
(18:48 +0000)
src/bin/psql/common.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/common.c
b/src/bin/psql/common.c
index 01c3cd50e0fe704846128baa55ebe2c4007014dd..cead3c6590438c75f62c165877ac24fa74871bee 100644
(file)
--- 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.7
1 2003/08/08 21:42:24 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.7
2 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