From 97ac103289a3c751fc99967ac37c2555cbe00473 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Sep 2002 02:47:07 +0000 Subject: Remove sys/types.h in files that include postgres.h, and hence c.h, because c.h has sys/types.h. --- src/backend/commands/async.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/commands/async.c') diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index 97e1dc17ae2..1945c751e18 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.89 2002/08/30 22:18:05 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.90 2002/09/02 02:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -75,7 +75,6 @@ #include #include #include -#include #include #include "access/heapam.h" -- cgit v1.2.3