From bda2c510cde10977473f961e02b2f2e4d8c4a0df Mon Sep 17 00:00:00 2001 From: Chloe M Date: Wed, 15 Jul 2026 01:10:24 -0400 Subject: [PATCH] ptos/amd64: context: Remove unused include Signed-off-by: Chloe M --- service/ptos/arch/amd64/ps/context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/service/ptos/arch/amd64/ps/context.c b/service/ptos/arch/amd64/ps/context.c index 6dd4fcb..fccbbbd 100644 --- a/service/ptos/arch/amd64/ps/context.c +++ b/service/ptos/arch/amd64/ps/context.c @@ -13,8 +13,6 @@ #include #include -#include - VOID HalContextSwitch(TRAP_FRAME *Frame) {