chore: fixed LSP complaints about header includes
This commit is contained in:
parent
29fe47c6f2
commit
98d14a2fe7
1 changed files with 2 additions and 4 deletions
6
mqtt.c
6
mqtt.c
|
|
@ -1,8 +1,8 @@
|
|||
#include "mqtt.h"
|
||||
|
||||
#include "lwip/altcp.h"
|
||||
#include "lwip/altcp.h" // IWYU pragma: keep
|
||||
#include "lwip/altcp_tls.h"
|
||||
#include "lwip/apps/mqtt_priv.h"
|
||||
#include "lwip/apps/mqtt_priv.h" // IWYU pragma: keep
|
||||
#include "lwip/dns.h"
|
||||
#include "pico/cyw43_arch.h"
|
||||
#include <string.h>
|
||||
|
|
@ -121,5 +121,3 @@ err_t ensaht_mqtt_publish_client(ensaht_mqtt_t *mqtt, const char *topic,
|
|||
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue