mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 00:47:36 +08:00
Clean up #include in /include directory. Add scripts for checking includes.
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
#ifndef NODESUBPLAN_H
|
||||
#define NODESUBPLAN_H
|
||||
|
||||
#include "executor/tuptable.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "nodes/plannodes.h"
|
||||
|
||||
extern Datum ExecSubPlan(SubPlan *node, List *pvar, ExprContext *econtext);
|
||||
|
||||
Reference in New Issue
Block a user