aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/cbfstool/flashmap/fmap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/util/cbfstool/flashmap/fmap.c b/util/cbfstool/flashmap/fmap.c
index f1d2fb9e0c..06f179f1f9 100644
--- a/util/cbfstool/flashmap/fmap.c
+++ b/util/cbfstool/flashmap/fmap.c
@@ -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]))