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:
Gerard Marull-Paretas 2022-07-11 10:36:32 +02:00 committed by Carles Cufí
parent d424d66aff
commit e0c647c147

View file

@ -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);