From 5b7c3bcad98952c83fe9942f9d006447bd36efc8 Mon Sep 17 00:00:00 2001 From: tedu Date: Tue, 16 Dec 2014 19:51:33 +0000 Subject: [PATCH] only need lock.h here, not all of uvm_extern.h --- sys/dev/softraid.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index dc2a910db30..6e524245974 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.345 2014/12/16 18:30:03 tedu Exp $ */ +/* $OpenBSD: softraid.c,v 1.346 2014/12/16 19:51:33 tedu Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Marco Peereboom * Copyright (c) 2008 Chris Kuethe @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include @@ -42,8 +43,6 @@ #include #include -#include - #include #include -- 2.20.1