subsys: Remove board.h include

The subsys code doesn't need anything from board.h so lets remove the
include.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-10-31 20:23:19 -05:00 committed by Carles Cufí
commit cabdf5e9dd
4 changed files with 0 additions and 4 deletions

View file

@ -16,7 +16,6 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <string.h>
#include <errno.h>
#include <flash.h>
#include <board.h>
#include <dfu/flash_img.h>
#include <inttypes.h>