[Concept,13/19] bootctl: Fix up the header-inclusion order in the test

Message ID 20251208023229.3929910-14-sjg@u-boot.org
State New
Headers
Series bootctl: Continue development with TKey functionality |

Commit Message

Simon Glass Dec. 8, 2025, 2:32 a.m. UTC
  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(-)
  

Patch

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