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:
Jerzy Kasenberg
2020-12-11 22:07:29 +01:00
committed by kasjer
parent 4c2a72064d
commit 542806abc0
@@ -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"