summaryrefslogtreecommitdiff
path: root/src/boot/boot_main.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-11-09 15:08:21 -0800
committerGitHub <noreply@github.com>2023-11-10 10:08:21 +1100
commite96f18d4e720663f79c6a7dc74c19b3c7f83ea5f (patch)
tree82f6a61d1ee91f673c3d77b45e7622fc428505d4 /src/boot/boot_main.c
parent70637abca9c4c44f7989c76937ab87771ed03804 (diff)
Small boot cleanup (#1475)
Diffstat (limited to 'src/boot/boot_main.c')
-rw-r--r--src/boot/boot_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c
index cc2097f0f..0f95871ea 100644
--- a/src/boot/boot_main.c
+++ b/src/boot/boot_main.c
@@ -1,5 +1,5 @@
#include "prevent_bss_reordering.h"
-#include "global.h"
+#include "carthandle.h"
#include "idle.h"
#include "stack.h"
#include "stackcheck.h"