From 741000d31b9870b529c6911b55981f24976ce7f4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 23 Jun 2019 11:39:59 +0200 Subject: [PATCH] util/cbfstool/flashmap: Correct local includes Change-Id: I78ba7afd2085c7e9c93e892470111bfee154bb04 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33733 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Paul Menzel --- util/cbfstool/flashmap/fmap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/util/cbfstool/flashmap/fmap.c b/util/cbfstool/flashmap/fmap.c index f1d2fb9e0c25..06f179f1f94f 100644 --- a/util/cbfstool/flashmap/fmap.c +++ b/util/cbfstool/flashmap/fmap.c @@ -48,10 +48,9 @@ #include #include -#include -#include - +#include "fmap.h" #include "kv_pair.h" +#include "valstr.h" #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))