samples: drivers: flash_shell: remove duplicate include
<stdlib.h> was included twice, keep the first occurence only. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
d424d66aff
commit
e0c647c147
|
@ -13,7 +13,6 @@
|
|||
#include <zephyr/shell/shell.h>
|
||||
#include <zephyr/drivers/flash.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
LOG_MODULE_REGISTER(app);
|
||||
|
||||
|
|
Loading…
Reference in a new issue