diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:13:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:13:35 +0000 |
commit | ff36ebc922566542f4f18c4e76a379bc620dfde4 (patch) | |
tree | 7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/nodes/execnodes.h | |
parent | 71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff) |
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r-- | src/include/nodes/execnodes.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 63cbe32b466..7cd8593172e 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -6,20 +6,21 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.4 1996/10/23 07:41:56 scrappy Exp $ + * $Id: execnodes.h,v 1.5 1996/11/03 12:12:50 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef EXECNODES_H #define EXECNODES_H -#include "nodes/params.h" -#include "access/sdir.h" -#include "access/funcindex.h" #include "executor/hashjoin.h" #include "nodes/primnodes.h" -#include "nodes/memnodes.h" +#include "access/funcindex.h" +#include "access/relscan.h" #include "executor/tuptable.h" +#include "nodes/params.h" +#include "access/sdir.h" +#include "nodes/memnodes.h" /* ---------------- * IndexInfo information |