We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827ea65 commit 68a9e14Copy full SHA for 68a9e14
components/mdns/mdns.c
@@ -5,19 +5,17 @@
5
*/
6
7
#include <string.h>
8
-#include <sys/param.h>
9
#include "freertos/FreeRTOS.h"
10
#include "freertos/task.h"
11
#include "freertos/queue.h"
12
#include "freertos/semphr.h"
13
#include "esp_log.h"
14
#include "esp_event.h"
+#include "esp_random.h"
15
+#include "esp_check.h"
16
#include "mdns.h"
17
#include "mdns_private.h"
18
#include "mdns_networking.h"
-#include "esp_log.h"
19
-#include "esp_random.h"
20
-#include "esp_check.h"
21
22
static void _mdns_browse_item_free(mdns_browse_t *browse);
23
static esp_err_t _mdns_send_browse_action(mdns_action_type_t type, mdns_browse_t *browse);
0 commit comments