From: Simon Glass <simon.glass@canonical.com> The bootctl headers should before the test headers. Fix this. Signed-off-by: Simon Glass <simon.glass@canonical.com> --- test/boot/bootctl/bootctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boot/bootctl/bootctl.c b/test/boot/bootctl/bootctl.c index ff1a9722fe3..6c12cf708e0 100644 --- a/test/boot/bootctl/bootctl.c +++ b/test/boot/bootctl/bootctl.c @@ -17,8 +17,6 @@ #include <dm.h> #include <expo.h> #include <os.h> -#include <test/ut.h> -#include <test/video.h> #include "bootctl_common.h" #include <bootctl/logic.h> #include <bootctl/measure.h> @@ -26,6 +24,8 @@ #include <bootctl/state.h> #include <bootctl/ui.h> #include <dm/lists.h> +#include <test/ut.h> +#include <test/video.h> #include "../bootstd_common.h" /* test that expected devices are available and can be probed */ -- 2.43.0