Remove cJSON include from mosquitto_broker.h.

This commit is contained in:
Roger A. Light
2023-04-24 22:08:21 +01:00
parent 311f13153c
commit ffe8c9c2a2

View File

@@ -38,7 +38,6 @@ extern "C" {
#include <stddef.h>
#include <stdint.h>
#include <time.h>
#include <cjson/cJSON.h>
#include <mosquitto.h>
#include <mqtt_protocol.h>