This patch removes a bunch of superfluous #include directives: if

Bruce Momjian <bruce@momjian.us>

Commit: bea4792125389bb68e043ac38b0fed8790d42484
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-11-08T20:23:57Z
Releases: 7.4.1
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.

Neil Conway

Files