From ffa2721633654fe28f365e0dfa0ef1e6e334834d Mon Sep 17 00:00:00 2001 From: mlarkin Date: Thu, 22 Aug 2024 04:53:07 +0000 Subject: [PATCH] unrequired header file in vmm_machdep.c --- sys/arch/amd64/amd64/vmm_machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/vmm_machdep.c b/sys/arch/amd64/amd64/vmm_machdep.c index 22c16005c23..0df3d8b070f 100644 --- a/sys/arch/amd64/amd64/vmm_machdep.c +++ b/sys/arch/amd64/amd64/vmm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm_machdep.c,v 1.31 2024/07/26 15:59:04 bluhm Exp $ */ +/* $OpenBSD: vmm_machdep.c,v 1.32 2024/08/22 04:53:07 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin * @@ -17,7 +17,6 @@ #include #include -#include #include #include #include -- 2.20.1