From 2937505a3e0d5941e2510177df7fb6caa95d6f52 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 29 May 2000 21:26:04 +0000
Subject: [PATCH] More <> cleanup

---
 src/bin/pg_id/pg_id.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/pg_id/pg_id.c b/src/bin/pg_id/pg_id.c
index 9c3a105c9e6..23bf607bb45 100644
--- a/src/bin/pg_id/pg_id.c
+++ b/src/bin/pg_id/pg_id.c
@@ -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>
-- 
GitLab