diff options
Diffstat (limited to 'src/include/executor/nodeSeqscan.h')
| -rw-r--r-- | src/include/executor/nodeSeqscan.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h index d858678471..a2358c4aa6 100644 --- a/src/include/executor/nodeSeqscan.h +++ b/src/include/executor/nodeSeqscan.h @@ -6,15 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSeqscan.h,v 1.8 1999/02/13 23:21:28 momjian Exp $ + * $Id: nodeSeqscan.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef NODESEQSCAN_H #define NODESEQSCAN_H -#include "executor/tuptable.h" -#include "nodes/execnodes.h" #include "nodes/plannodes.h" extern TupleTableSlot *ExecSeqScan(SeqScan *node); |
