From 6ca129106d0fd949672d0d7de1f92b879bf535d1 Mon Sep 17 00:00:00 2001
From: Andres Freund <andres@anarazel.de>
Date: Mon, 15 Mar 2021 14:49:08 -0700
Subject: [PATCH v1 01/21] pgstat.h doesn't need hsearch.h

---
 src/include/pgstat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index be43c048028..5ce86ba9ae8 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -18,7 +18,6 @@
 #include "portability/instr_time.h"
 #include "postmaster/pgarch.h"
 #include "storage/proc.h"
-#include "utils/hsearch.h"
 #include "utils/relcache.h"
 
 
-- 
2.29.2.540.g3cf59784d4

