bootctl: Fix up the header-inclusion order in the test

The bootctl headers should before the test headers. Fix this.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-11-18 16:11:43 -07:00
parent 29e684deda
commit 3006b1ad45

View File

@@ -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 */