From a1b1c99ff7cb1eb0d2f5659d6ddf27679e4b0c30 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 23 Jan 2024 12:36:41 +0200 Subject: [PATCH] Remove unused #include pg_list.h has not been used in hnswbuild.c since commit cb4c770df2. --- src/hnswbuild.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hnswbuild.c b/src/hnswbuild.c index 5edf48c..d367a93 100644 --- a/src/hnswbuild.c +++ b/src/hnswbuild.c @@ -47,7 +47,6 @@ #include "hnsw.h" #include "miscadmin.h" #include "lib/pairingheap.h" -#include "nodes/pg_list.h" #include "optimizer/optimizer.h" #include "storage/bufmgr.h" #include "tcop/tcopprot.h"