Skip to content

Commit 9d0217a

Browse files
gmarullsjanc
authored andcommitted
host/store: remove unneeded base64/base64.h include
The include is not needed in ble_store_config.c. It also makes it impossible to compile config store without persistent storage out of mynewt. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a021c1c commit 9d0217a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nimble/host/store/config/src/ble_store_config.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "sysinit/sysinit.h"
2424
#include "syscfg/syscfg.h"
2525
#include "host/ble_hs.h"
26-
#include "base64/base64.h"
2726
#include "os/util.h"
2827
#include "store/config/ble_store_config.h"
2928
#include "ble_store_config_priv.h"

0 commit comments

Comments
 (0)