From cb3ce954013ce383e64b73b65df1eb4ef8833570 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:47 -0500 Subject: global: Drop common.h inclusion In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- lib/libavb/avb_sysdeps.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libavb') diff --git a/lib/libavb/avb_sysdeps.h b/lib/libavb/avb_sysdeps.h index f52428cc622..aece8e0a018 100644 --- a/lib/libavb/avb_sysdeps.h +++ b/lib/libavb/avb_sysdeps.h @@ -19,7 +19,9 @@ extern "C" { * like uint8_t, uint64_t, and bool (with |false|, |true| keywords) * must be present. */ -#include +#include +#include +#include /* If you don't have gcc or clang, these attribute macros may need to * be adjusted. -- cgit v1.3.1