aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeMaterial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeMaterial.h')
-rw-r--r--src/include/executor/nodeMaterial.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h
index fddc4d1edbe..f10b252c1cd 100644
--- a/src/include/executor/nodeMaterial.h
+++ b/src/include/executor/nodeMaterial.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeMaterial.h,v 1.10 1999/02/21 03:49:44 scrappy Exp $
+ * $Id: nodeMaterial.h,v 1.11 1999/07/15 15:21:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NODEMATERIAL_H
#define NODEMATERIAL_H
-#include "executor/tuptable.h"
-#include "nodes/execnodes.h"
#include "nodes/plannodes.h"
extern TupleTableSlot *ExecMaterial(Material *node);