From c025fdf598c6ebde6e0061f27151e2d42e136de6 Mon Sep 17 00:00:00 2001 From: Rafsun Masud Date: Wed, 24 Apr 2024 12:45:39 -0700 Subject: [PATCH] Reapply clean up #include files PRs Following PRs are reapplied: 1465, 1509, 1514, and 1518. --- src/backend/catalog/ag_label.c | 1 - src/backend/executor/cypher_create.c | 3 --- src/backend/executor/cypher_merge.c | 3 --- src/backend/executor/cypher_set.c | 3 --- 4 files changed, 10 deletions(-) diff --git a/src/backend/catalog/ag_label.c b/src/backend/catalog/ag_label.c index 2f6876b9d..14f93dbad 100644 --- a/src/backend/catalog/ag_label.c +++ b/src/backend/catalog/ag_label.c @@ -30,7 +30,6 @@ #include "commands/label_commands.h" #include "executor/cypher_utils.h" #include "utils/ag_cache.h" -#include "utils/graphid.h" #include "utils/agtype_raw.h" static label_cache_data *get_entity_lcd(graphid entity_id, Oid graph_oid); diff --git a/src/backend/executor/cypher_create.c b/src/backend/executor/cypher_create.c index 1c57e5b12..a2aef67ec 100644 --- a/src/backend/executor/cypher_create.c +++ b/src/backend/executor/cypher_create.c @@ -22,9 +22,6 @@ #include "catalog/ag_label.h" #include "executor/cypher_executor.h" #include "executor/cypher_utils.h" -#include "nodes/cypher_nodes.h" -#include "utils/agtype.h" -#include "utils/graphid.h" #include "parser/cypher_label_expr.h" static void begin_cypher_create(CustomScanState *node, EState *estate, diff --git a/src/backend/executor/cypher_merge.c b/src/backend/executor/cypher_merge.c index 706f1a0d6..025f21938 100644 --- a/src/backend/executor/cypher_merge.c +++ b/src/backend/executor/cypher_merge.c @@ -23,9 +23,6 @@ #include "executor/cypher_executor.h" #include "executor/cypher_utils.h" #include "utils/datum.h" -#include "nodes/cypher_nodes.h" -#include "utils/agtype.h" -#include "utils/graphid.h" #include "parser/cypher_label_expr.h" /* diff --git a/src/backend/executor/cypher_set.c b/src/backend/executor/cypher_set.c index 819cbcc08..76838f201 100644 --- a/src/backend/executor/cypher_set.c +++ b/src/backend/executor/cypher_set.c @@ -23,9 +23,6 @@ #include "executor/cypher_executor.h" #include "executor/cypher_utils.h" -#include "nodes/cypher_nodes.h" -#include "utils/agtype.h" -#include "utils/graphid.h" #include "utils/ag_cache.h" #include "catalog/ag_label.h"