projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53130a
)
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 909ddda921470378ab4931dd9c3e3a5858de1957..60c084252fe0842f452e538683437a498a94f65e 100644
(file)
--- a/
src/bin/psql/common.c
+++ b/
src/bin/psql/common.c
@@
-9,8
+9,6
@@
#include "common.h"
#include <ctype.h>
-#include <errno.h>
-#include <stdarg.h>
#ifndef HAVE_STRDUP
#include <strdup.h>
#endif