diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
commit | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch) | |
tree | bb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/executor/nodeGroup.c | |
parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
download | postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.zip |
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/executor/nodeGroup.c')
-rw-r--r-- | src/backend/executor/nodeGroup.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <string.h> #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" |