aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeHashjoin.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-15 03:33:12 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-15 03:33:12 +0000
commitdf43800fc855bd64dbe6c85c4d13bda1ea6a33c9 (patch)
tree86eb611a5ef96008204350d7f72653657b92069e /src/include/executor/nodeHashjoin.h
parente362d4e1eadd75f083dd0ed6a5304a0f057379fb (diff)
downloadpostgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.tar.gz
postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.zip
Clean up #include's.
Diffstat (limited to 'src/include/executor/nodeHashjoin.h')
-rw-r--r--src/include/executor/nodeHashjoin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h
index 7fed1b1f69b..33936b2d41c 100644
--- a/src/include/executor/nodeHashjoin.h
+++ b/src/include/executor/nodeHashjoin.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeHashjoin.h,v 1.17 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeHashjoin.h,v 1.18 2000/06/15 03:32:36 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
#define NODEHASHJOIN_H
#include "nodes/plannodes.h"
-#include "storage/buffile.h"
extern TupleTableSlot *ExecHashJoin(HashJoin *node);
extern bool ExecInitHashJoin(HashJoin *node, EState *estate, Plan *parent);