diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
commit | 773088809df925442bb9df35352c11e3d106314a (patch) | |
tree | ab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/executor | |
parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz postgresql-773088809df925442bb9df35352c11e3d106314a.zip |
More cleanup
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/execFlatten.h | 4 | ||||
-rw-r--r-- | src/include/executor/execdesc.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h index e7df6135d0c..1a5d111ef30 100644 --- a/src/include/executor/execFlatten.h +++ b/src/include/executor/execFlatten.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execFlatten.h,v 1.9 1999/07/15 15:21:04 momjian Exp $ + * $Id: execFlatten.h,v 1.10 1999/07/16 17:07:31 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXECFLATTEN_H #define EXECFLATTEN_H -#include "nodes/relation.h" #include "nodes/execnodes.h" +#include "nodes/relation.h" extern Datum ExecEvalIter(Iter *iterNode, ExprContext *econtext, bool *resultIsNull, bool *iterIsDone); diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h index 19823ac0e25..046268fe1b6 100644 --- a/src/include/executor/execdesc.h +++ b/src/include/executor/execdesc.h @@ -7,16 +7,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execdesc.h,v 1.11 1999/07/15 23:03:47 momjian Exp $ + * $Id: execdesc.h,v 1.12 1999/07/16 17:07:32 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXECDESC_H #define EXECDESC_H -#include "tcop/dest.h" -#include "nodes/plannodes.h" #include "nodes/parsenodes.h" +#include "nodes/plannodes.h" +#include "tcop/dest.h" /* ---------------- * query descriptor: |