Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dbb4dd2

Browse files
committed
Remove unnecessary #include's (see c.h).
1 parent 71b0fe5 commit dbb4dd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bin/psql/common.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.71 2003/08/08 21:42:24 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.72 2003/08/14 18:48:35 tgl Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "common.h"
1010

1111
#include <ctype.h>
12-
#include <errno.h>
13-
#include <stdarg.h>
1412
#ifndef HAVE_STRDUP
1513
#include <strdup.h>
1614
#endif

0 commit comments

Comments
 (0)