diff options
Diffstat (limited to 'src/backend/executor/nodeSubplan.c')
-rw-r--r-- | src/backend/executor/nodeSubplan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeSubplan.c b/src/backend/executor/nodeSubplan.c index 6c88bbe85e7..e4e83d654ac 100644 --- a/src/backend/executor/nodeSubplan.c +++ b/src/backend/executor/nodeSubplan.c @@ -14,9 +14,9 @@ #include "postgres.h" #include "access/heapam.h" -#include "tcop/pquery.h" #include "executor/executor.h" #include "executor/nodeSubplan.h" +#include "tcop/pquery.h" /* ---------------------------------------------------------------- * ExecSubPlan(node) |