From: visa Date: Thu, 20 Apr 2017 15:06:47 +0000 (+0000) Subject: Drop unnecessary headers. This fixes kernel build on platforms X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=893e744ccdc7bed3354814f426853066299d4f18;p=openbsd Drop unnecessary headers. This fixes kernel build on platforms without . --- diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index a5af0a5b830..c2f293de792 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_lock.c,v 1.48 2017/04/20 13:20:17 visa Exp $ */ +/* $OpenBSD: kern_lock.c,v 1.49 2017/04/20 15:06:47 visa Exp $ */ /* * Copyright (c) 1995 @@ -37,11 +37,9 @@ #include #include -#include #include #include #include -#include #ifdef MP_LOCKDEBUG /* CPU-dependent timing, this needs to be settable from ddb. */