From bea4792125389bb68e043ac38b0fed8790d42484 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Nov 2002 20:23:57 +0000 Subject: 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 --- src/backend/port/darwin/system.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/backend/port/darwin/system.c') diff --git a/src/backend/port/darwin/system.c b/src/backend/port/darwin/system.c index f66782eb363..a0c0801f2ab 100644 --- a/src/backend/port/darwin/system.c +++ b/src/backend/port/darwin/system.c @@ -37,11 +37,8 @@ static char sccsid[] = "@(#)system.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#include #include #include -#include -#include #include #include #include -- cgit v1.2.3