summaryrefslogtreecommitdiff
path: root/board/gimble/fw_config.h
diff options
context:
space:
mode:
authorScott Chao <scott_chao@wistron.corp-partner.google.com>2021-07-06 14:27:18 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-08 00:38:06 +0000
commit25ea852e1ebcc10166b730037c137a556b69c16b (patch)
treee5a9426dee513bfe2a07a4dd5dd7cc49c55a15ef /board/gimble/fw_config.h
parent4dfd874491cd748139dfac1259e4009adfca0096 (diff)
downloadchrome-ec-25ea852e1ebcc10166b730037c137a556b69c16b.tar.gz
gimble: Include-what-you-use scrub
Copy CL:2987159 to gimble. This updates the list of header files included by brya board files to match what is actually used. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: I3fcc0c0742f4adbeb063dd2db137b11ed0a8e8da Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3007878 Reviewed-by: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board/gimble/fw_config.h')
-rw-r--r--board/gimble/fw_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gimble/fw_config.h b/board/gimble/fw_config.h
index 31843e759e..6e4eb3ef58 100644
--- a/board/gimble/fw_config.h
+++ b/board/gimble/fw_config.h
@@ -6,7 +6,7 @@
#ifndef __BOARD_BRYA_FW_CONFIG_H_
#define __BOARD_BRYA_FW_CONFIG_H_
-#include "stdint.h"
+#include <stdint.h>
/****************************************************************************
* CBI FW_CONFIG layout for Brya board.