Skip to content

Commit

Permalink
Reapply clean up #include files PRs
Browse files Browse the repository at this point in the history
Following PRs are reapplied: 1465, 1509, 1514, and 1518.
  • Loading branch information
rafsun42 committed Aug 28, 2024
1 parent 101eb94 commit c025fdf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/backend/catalog/ag_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 0 additions & 3 deletions src/backend/executor/cypher_create.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 0 additions & 3 deletions src/backend/executor/cypher_merge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/*
Expand Down
3 changes: 0 additions & 3 deletions src/backend/executor/cypher_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c025fdf

Please sign in to comment.