1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

no need to include both uvm.h and uvm_extern.h

This commit is contained in:
jsg 2024-11-10 06:45:36 +00:00
parent 5d35e69337
commit 29d5b94442

View File

@ -1,4 +1,4 @@
/* $OpenBSD: kern_resource.c,v 1.92 2024/10/15 12:26:53 claudio Exp $ */
/* $OpenBSD: kern_resource.c,v 1.93 2024/11/10 06:45:36 jsg Exp $ */
/* $NetBSD: kern_resource.c,v 1.38 1996/10/23 07:19:38 matthias Exp $ */
/*-
@ -51,7 +51,6 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
/* Resource usage check interval in msec */