diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-02 20:31:50 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-06 18:13:30 +0000 |
commit | d8cd835c4a597aece6b973d79f415db73a985c3b (patch) | |
tree | 29c061459ac0b42ac04aecf09053569676e42db4 | |
parent | 1dc827a1d923f6d8c8d4736627a94c9f4a8d33dd (diff) |
lib/prog_loaders.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I00e9636fa49c402f38119ba0bfc85c8c193fec12
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68052
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r-- | src/lib/prog_loaders.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c index 01775b92bd..08ba66a0c5 100644 --- a/src/lib/prog_loaders.c +++ b/src/lib/prog_loaders.c @@ -9,11 +9,10 @@ #include <program_loading.h> #include <reset.h> #include <rmodule.h> +#include <security/vboot/vboot_common.h> #include <stage_cache.h> #include <symbols.h> -#include <thread.h> #include <timestamp.h> -#include <security/vboot/vboot_common.h> void run_romstage(void) { |