cleanup standard includes - Mailing list pgsql-patches

From Neil Conway
Subject cleanup standard includes
Date
Msg-id 87u1kh3ctf.fsf@mailbox.samurai.com
Whole thread Raw
Responses Re: cleanup standard includes
Re: cleanup standard includes
Re: cleanup standard includes
List pgsql-patches
This patch removes a bunch of superfluous #include directives: if
postgres.h or c.h includes a system header (such as stdio.h or
stdlib.h), there's no need to specifically include it in any of the .c
files in the backend.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: remove unused vars
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] DROP COLUMN misbehaviour with multiple inheritance