Remove unused #include

pg_list.h has not been used in hnswbuild.c since commit cb4c770df2.
This commit is contained in:
Heikki Linnakangas
2024-01-23 12:36:41 +02:00
parent 3ace98add6
commit a1b1c99ff7

View File

@@ -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"