- Remove include that was there for debug purposes.

This commit is contained in:
W.C.A. Wijngaards 2022-09-02 10:11:23 +02:00
parent 57230d7f22
commit 5bbaf78c3f
2 changed files with 3 additions and 1 deletions

View file

@ -69,7 +69,6 @@
#ifdef HAVE_SSL
#include <openssl/ssl.h>
#endif
#include <poll.h> /* DEBUG */
/** How long to wait for threads to transmit statistics, in msec. */
#define STATS_THREAD_WAIT 60000

View file

@ -1,3 +1,6 @@
2 September 2022: Wouter
- Remove include that was there for debug purposes.
1 September 2022: Wouter
- Fix to update config tests to fix checking if nonblocking sockets
work on OpenBSD.