Remove excess #include "utils/wait_event.h".
authorNoah Misch <[email protected]>
Mon, 8 Jan 2024 19:39:56 +0000 (11:39 -0800)
committerNoah Misch <[email protected]>
Mon, 8 Jan 2024 19:39:56 +0000 (11:39 -0800)
This simplifies copying libpq/libpq-be-fe-helpers.h into extensions,
because some supported PostgreSQL versions lack the other header.

Discussion: https://postgr.es/m/20231122012945[email protected]

src/include/libpq/libpq-be-fe-helpers.h

index 6a7b023ad73753152b79d3c1cedb619028f24d84..ef8e9e170ab3a7f8b1533e6538bc7581dee5d98d 100644 (file)
@@ -44,7 +44,6 @@
 #include "miscadmin.h"
 #include "storage/fd.h"
 #include "storage/latch.h"
-#include "utils/wait_event.h"
 
 
 static inline void libpqsrv_connect_prepare(void);