From f4be3da2b758fbe580a3e5f2b0df24ab4122d130 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 17 Nov 2021 10:15:10 +0000 Subject: [PATCH] Fix non-lws websockets build. --- src/mosquitto.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mosquitto.c b/src/mosquitto.c index c44187c4..0496ed8f 100644 --- a/src/mosquitto.c +++ b/src/mosquitto.c @@ -47,9 +47,6 @@ Contributors: #ifdef WITH_WRAP #include #endif -#ifdef WITH_WEBSOCKETS -# include -#endif #include "mosquitto_broker_internal.h" #include "memory_mosq.h"