From 73abc3b2ee644f1f49bc1040e8480db2eac9f0d5 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 16 Jan 2023 15:24:59 +0200 Subject: [PATCH] fixup! Kernel: Move GDT to its own namespace and cleanup --- kernel/arch/i386/GDT.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/arch/i386/GDT.cpp b/kernel/arch/i386/GDT.cpp index 60301af53..ed251b5f3 100644 --- a/kernel/arch/i386/GDT.cpp +++ b/kernel/arch/i386/GDT.cpp @@ -2,7 +2,6 @@ #include - namespace GDT {