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"