We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b0fe5 commit dbb4dd2Copy full SHA for dbb4dd2
src/bin/psql/common.c
@@ -3,14 +3,12 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $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 $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
10
11
#include <ctype.h>
12
-#include <errno.h>
13
-#include <stdarg.h>
14
#ifndef HAVE_STRDUP
15
#include <strdup.h>
16
#endif
0 commit comments