fix(esp_wifi): Some more cleanup for roaming app

This commit is contained in:
Kapil Gupta
2024-12-03 12:34:04 +05:30
committed by BOT
parent 5deeaecdf4
commit 2aa64cefae
5 changed files with 27 additions and 41 deletions

View File

@@ -40,9 +40,6 @@
#include "ap/sta_info.h"
#include "wps/wps_defs.h"
#include "wps/wps.h"
#if CONFIG_ESP_WIFI_ENABLE_ROAMING_APP
#include "esp_roaming.h"
#endif
#ifdef CONFIG_DPP
#include "common/dpp.h"