summaryrefslogtreecommitdiff
path: root/src/include/executor/execFlatten.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/execFlatten.h')
-rw-r--r--src/include/executor/execFlatten.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h
index e7df6135d0..1a5d111ef3 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);