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/nodeSort.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/backend/executor/nodeSort.c') diff --git a/src/backend/executor/nodeSort.c b/src/backend/executor/nodeSort.c index 3f118e90cf9..a198b8914a2 100644 --- a/src/backend/executor/nodeSort.c +++ b/src/backend/executor/nodeSort.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.20 1999/07/15 15:19:01 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.21 1999/07/15 22:39:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,12 +17,7 @@ #include "executor/executor.h" #include "executor/execdebug.h" #include "executor/nodeSort.h" -#include "access/heapam.h" #include "utils/psort.h" -#include "catalog/catalog.h" -#include "catalog/heap.h" -#include "storage/bufmgr.h" -#include "optimizer/internal.h" /* for _NONAME_RELATION_ID_ */ /* ---------------------------------------------------------------- * FormSortKeys(node) -- cgit v1.2.3