From 542806abc0345caf2ea0e4536289062ddc42ff77 Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Tue, 8 Dec 2020 11:11:52 +0100 Subject: [PATCH] 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. --- nimble/host/store/config/src/ble_store_config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nimble/host/store/config/src/ble_store_config.c b/nimble/host/store/config/src/ble_store_config.c index ce60d1fb7..cc1d59afd 100644 --- a/nimble/host/store/config/src/ble_store_config.c +++ b/nimble/host/store/config/src/ble_store_config.c @@ -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"