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/dynloader/openbsd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/backend/port/dynloader/openbsd.c') diff --git a/src/backend/port/dynloader/openbsd.c b/src/backend/port/dynloader/openbsd.c index 2202b6847b4..3c950baddc0 100644 --- a/src/backend/port/dynloader/openbsd.c +++ b/src/backend/port/dynloader/openbsd.c @@ -42,9 +42,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91"; #include #include -#include -#include - #include "dynloader.h" static char error_message[BUFSIZ]; -- cgit v1.2.3