From 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 22:40:16 +0000 Subject: Remove unused #includes in *.c files. --- src/backend/executor/nodeGroup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/backend/executor/nodeGroup.c') diff --git a/src/backend/executor/nodeGroup.c b/src/backend/executor/nodeGroup.c index c5cb1d35234..3c25447e247 100644 --- a/src/backend/executor/nodeGroup.c +++ b/src/backend/executor/nodeGroup.c @@ -13,17 +13,15 @@ * columns. (ie. tuples from the same group are consecutive) * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.27 1999/07/11 01:57:32 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.28 1999/07/15 22:39:07 momjian Exp $ * *------------------------------------------------------------------------- */ #include #include "postgres.h" -#include "fmgr.h" #include "access/heapam.h" -#include "catalog/catalog.h" #include "access/printtup.h" #include "executor/executor.h" #include "executor/nodeGroup.h" -- cgit v1.2.3