From 496cac56d4fbbb3f3ba048b33d1a85fab91520ea Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 12 Oct 2024 07:30:20 +0000 Subject: [PATCH] remove vmparam.h include not required since VM_PHYSSEG_MAX changed to HIB_PHYSSEG_MAX in rev 1.45 --- sys/sys/hibernate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/hibernate.h b/sys/sys/hibernate.h index d6c37b2777c..8ddf696e833 100644 --- a/sys/sys/hibernate.h +++ b/sys/sys/hibernate.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hibernate.h,v 1.46 2024/06/04 20:31:35 krw Exp $ */ +/* $OpenBSD: hibernate.h,v 1.47 2024/10/12 07:30:20 jsg Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt @@ -22,7 +22,6 @@ #include #include #include -#include #include #define HIB_PHYSSEG_MAX 22 -- 2.20.1