aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/kapi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-09-10 08:57:57 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-09-10 08:57:57 +0200
commit2b98a55d1f85684e525386dc27519d83d0b34e50 (patch)
treeff1e0d2cccd0b08d26dcdb4613770aa306e33560 /arch/x86_64/kapi
parent5449acc193f96d2ffaeb224aad5cea16bf753cdb (diff)
downloadkernel-2b98a55d1f85684e525386dc27519d83d0b34e50.tar.xz
kernel-2b98a55d1f85684e525386dc27519d83d0b34e50.zip
x86_64: remove unused include
Diffstat (limited to 'arch/x86_64/kapi')
-rw-r--r--arch/x86_64/kapi/boot_modules.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kapi/boot_modules.cpp b/arch/x86_64/kapi/boot_modules.cpp
index 95ed0287..2c7327e9 100644
--- a/arch/x86_64/kapi/boot_modules.cpp
+++ b/arch/x86_64/kapi/boot_modules.cpp
@@ -13,8 +13,6 @@
#include <kstd/print.hpp>
#include <kstd/units.hpp>
-#include <multiboot2/information.hpp>
-
#include <algorithm>
#include <bit>
#include <cstdint>