aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
commit773088809df925442bb9df35352c11e3d106314a (patch)
treeab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/nodes/execnodes.h
parent4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff)
downloadpostgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz
postgresql-773088809df925442bb9df35352c11e3d106314a.zip
More cleanup
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index ca2e427e019..3b9cf8a8c9a 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -6,20 +6,20 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.32 1999/07/15 23:03:52 momjian Exp $
+ * $Id: execnodes.h,v 1.33 1999/07/16 17:07:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECNODES_H
#define EXECNODES_H
-#include "nodes/primnodes.h"
-#include "executor/hashjoin.h"
+#include "access/funcindex.h"
#include "access/relscan.h"
#include "access/sdir.h"
-#include "nodes/params.h"
+#include "executor/hashjoin.h"
#include "executor/tuptable.h"
-#include "access/funcindex.h"
+#include "nodes/params.h"
+#include "nodes/primnodes.h"
/* ----------------
* IndexInfo information