util/cbfstool/flashmap: Correct local includes

Change-Id: I78ba7afd2085c7e9c93e892470111bfee154bb04
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33733
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Elyes HAOUAS 2019-06-23 11:39:59 +02:00 committed by Nico Huber
parent 9ab80a33a5
commit 741000d31b
1 changed files with 2 additions and 3 deletions

View File

@ -48,10 +48,9 @@
#include <limits.h>
#include <assert.h>
#include <fmap.h>
#include <valstr.h>
#include "fmap.h"
#include "kv_pair.h"
#include "valstr.h"
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))