remove vmparam.h include
authorjsg <jsg@openbsd.org>
Sat, 12 Oct 2024 07:30:20 +0000 (07:30 +0000)
committerjsg <jsg@openbsd.org>
Sat, 12 Oct 2024 07:30:20 +0000 (07:30 +0000)
not required since VM_PHYSSEG_MAX changed to HIB_PHYSSEG_MAX in rev 1.45

sys/sys/hibernate.h

index d6c37b2..8ddf696 100644 (file)
@@ -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 <ariane@stack.nl>
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 #include <sys/tree.h>
 #include <lib/libz/zlib.h>
-#include <machine/vmparam.h>
 #include <crypto/sha2.h>
 
 #define HIB_PHYSSEG_MAX                22