From d242b64ba254693f916d65accdc9bb254da385a5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 20 Jan 2000 04:11:52 +0000 Subject: Tweak includes to avoid compiler warning on HPUX. --- src/backend/postmaster/postmaster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend') diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 884563f4a02..ea69af4eb19 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.133 2000/01/09 12:13:24 ishii Exp $ + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.134 2000/01/20 04:11:52 tgl Exp $ * * NOTES * @@ -34,7 +34,6 @@ */ #include #include -#include #include #include #include @@ -43,6 +42,7 @@ #include #include #include +#include #include #include "postgres.h" -- cgit v1.2.3