From ae643747b16a6ffed88323338dcd3b7ed918e3d0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Jul 2006 05:28:29 +0000 Subject: Fix a passel of recently-committed violations of the rule 'thou shalt have no other gods before c.h'. Also remove some demonstrably redundant #include lines, mostly of which was added to c.h years ago. --- contrib/chkpass/chkpass.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'contrib/chkpass/chkpass.c') diff --git a/contrib/chkpass/chkpass.c b/contrib/chkpass/chkpass.c index 04591bd154..0842291eaf 100644 --- a/contrib/chkpass/chkpass.c +++ b/contrib/chkpass/chkpass.c @@ -4,14 +4,12 @@ * darcy@druid.net * http://www.druid.net/darcy/ * - * $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.16 2006/05/30 22:12:12 tgl Exp $ + * $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.17 2006/07/14 05:28:27 tgl Exp $ * best viewed with tabs set to 4 */ #include "postgres.h" -#include -#include #include #include #ifdef HAVE_CRYPT_H -- cgit v1.2.1