From f462c040e113fa285a567d365a875c1d6a290b0e Mon Sep 17 00:00:00 2001 From: eaydingol Date: Thu, 15 Feb 2024 08:28:16 +0000 Subject: [PATCH] Remove unnessary include --- src/backend/distributed/commands/seclabel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/distributed/commands/seclabel.c b/src/backend/distributed/commands/seclabel.c index 322db564e..1d274a056 100644 --- a/src/backend/distributed/commands/seclabel.c +++ b/src/backend/distributed/commands/seclabel.c @@ -11,8 +11,6 @@ #include "postgres.h" -#include "nodes/pg_list.h" - #include "distributed/commands.h" #include "distributed/commands/utility_hook.h" #include "distributed/coordinator_protocol.h"