More <> cleanup

This commit is contained in:
Bruce Momjian 2000-05-29 21:26:04 +00:00
parent 6c944bf3cc
commit 2937505a3e
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
*
* Copyright (C) 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.14 2000/04/12 17:16:17 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.15 2000/05/29 21:26:04 momjian Exp $
*/
#include <postgres.h>
#include "postgres.h"
#ifdef HAVE_GETOPT_H
#include <getopt.h>