mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03: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