From: mlarkin Date: Thu, 22 Aug 2024 04:53:07 +0000 (+0000) Subject: unrequired header file in vmm_machdep.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ffa2721633654fe28f365e0dfa0ef1e6e334834d;p=openbsd unrequired header file in vmm_machdep.c --- 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