diff options
Diffstat (limited to 'src/include/executor/nodeGroup.h')
| -rw-r--r-- | src/include/executor/nodeGroup.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 9be307b2a2..ee740efcd8 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -6,15 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeGroup.h,v 1.11 1999/07/13 21:17:37 momjian Exp $ + * $Id: nodeGroup.h,v 1.12 1999/07/15 15:21:11 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef NODEGROUP_H #define NODEGROUP_H -#include "executor/tuptable.h" -#include "nodes/execnodes.h" #include "nodes/plannodes.h" extern TupleTableSlot *ExecGroup(Group *node); |
