From 598e86f3b30bfd343dfa5c3b9a310dbd91a96413 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Nov 1997 01:14:33 +0000 Subject: Cleanup up include files. --- src/include/executor/nodeTee.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include/executor/nodeTee.h') diff --git a/src/include/executor/nodeTee.h b/src/include/executor/nodeTee.h index c4a603aa3a9..d58b0b1cf6d 100644 --- a/src/include/executor/nodeTee.h +++ b/src/include/executor/nodeTee.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeTee.h,v 1.4 1997/09/08 21:52:13 momjian Exp $ + * $Id: nodeTee.h,v 1.5 1997/11/26 01:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -13,6 +13,10 @@ #ifndef NODETEE_H #define NODETEE_H +#include "executor/tuptable.h" +#include "nodes/execnodes.h" +#include "nodes/plannodes.h" + extern TupleTableSlot *ExecTee(Tee *node, Plan *parent); extern bool ExecInitTee(Tee *node, EState *estate, Plan *parent); extern void ExecTeeReScan(Tee *node, ExprContext *exprCtxt, Plan *parent); -- cgit v1.2.3