summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_kernel.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-10-07 17:05:13 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-03 20:31:51 +0000
commitaf37ac910c80479a6c2508bf6ef84a6a712aaeb0 (patch)
tree8d8cfaa7339447d05ba7ce26685e49781d3934c4 /firmware/lib/vboot_api_kernel.c
parentd1aa8c0aabf3305e3a397e0e785a9472aa5a2668 (diff)
downloadvboot-af37ac910c80479a6c2508bf6ef84a6a712aaeb0.tar.gz
vboot: remove unnecessary vboot_common.h includes
BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: I7daf97a88c71ff188c5812a30ca71d6c84823ae9 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1844595 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> (cherry picked from commit b85ce0705d92d693fff590a9d5efd4af118d54e4) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1986930 Reviewed-by: Shelley Chen <shchen@chromium.org> Commit-Queue: Shelley Chen <shchen@chromium.org> Tested-by: Shelley Chen <shchen@chromium.org>
Diffstat (limited to 'firmware/lib/vboot_api_kernel.c')
-rw-r--r--firmware/lib/vboot_api_kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/vboot_api_kernel.c b/firmware/lib/vboot_api_kernel.c
index 7b9d50e9..0c825519 100644
--- a/firmware/lib/vboot_api_kernel.c
+++ b/firmware/lib/vboot_api_kernel.c
@@ -17,8 +17,8 @@
#include "utility.h"
#include "vb2_common.h"
#include "vboot_api.h"
-#include "vboot_common.h"
#include "vboot_kernel.h"
+#include "vboot_struct.h"
#include "vboot_test.h"
/* Global variables */