Remove excess #include "utils/wait_event.h".

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.74@rfd.leadboat.com
This commit is contained in:
Noah Misch 2024-01-08 11:39:56 -08:00
parent 196799d676
commit 0efc831847

View 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);