mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-29 22:27:52 +00:00
ble_store_config: Remove unneeded include
sys/config is conditionally included in pkg.yml yet ble_store_config.c tried to included "config/config.h" always. ble_store_config.c does not used content of config.h anyway so include is removed.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "sysinit/sysinit.h"
|
||||
#include "syscfg/syscfg.h"
|
||||
#include "host/ble_hs.h"
|
||||
#include "config/config.h"
|
||||
#include "base64/base64.h"
|
||||
#include "store/config/ble_store_config.h"
|
||||
#include "ble_store_config_priv.h"
|
||||
|
||||
Reference in New Issue
Block a user