Skip to content

Commit 0f26e04

Browse files
committed
Reapply clean up #include files PRs
Following PRs are reapplied: 1465, 1509, 1514, and 1518.
1 parent dae666d commit 0f26e04

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

src/backend/catalog/ag_label.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "commands/label_commands.h"
3131
#include "executor/cypher_utils.h"
3232
#include "utils/ag_cache.h"
33-
#include "utils/graphid.h"
3433
#include "utils/agtype_raw.h"
3534

3635
static label_cache_data *get_entity_lcd(graphid entity_id, Oid graph_oid);

src/backend/executor/cypher_create.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include "catalog/ag_label.h"
2323
#include "executor/cypher_executor.h"
2424
#include "executor/cypher_utils.h"
25-
#include "nodes/cypher_nodes.h"
26-
#include "utils/agtype.h"
27-
#include "utils/graphid.h"
2825
#include "parser/cypher_label_expr.h"
2926

3027
static void begin_cypher_create(CustomScanState *node, EState *estate,

src/backend/executor/cypher_merge.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
#include "executor/cypher_executor.h"
2424
#include "executor/cypher_utils.h"
2525
#include "utils/datum.h"
26-
#include "nodes/cypher_nodes.h"
27-
#include "utils/agtype.h"
28-
#include "utils/graphid.h"
2926
#include "parser/cypher_label_expr.h"
3027

3128
/*

src/backend/executor/cypher_set.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323

2424
#include "executor/cypher_executor.h"
2525
#include "executor/cypher_utils.h"
26-
#include "nodes/cypher_nodes.h"
27-
#include "utils/agtype.h"
28-
#include "utils/graphid.h"
2926
#include "utils/ag_cache.h"
3027
#include "catalog/ag_label.h"
3128

0 commit comments

Comments
 (0)