From db10abfb640a50974a18e7061ec7790337b03345 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 20 Apr 2010 22:05:45 +0000 Subject: remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt --- sys/dev/usb/if_ral.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/usb/if_ral.c') diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 59a25ce5aa5..7f16572aef0 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.111 2009/10/13 19:33:17 pirofti Exp $ */ +/* $OpenBSD: if_ral.c,v 1.112 2010/04/20 22:05:43 tedu Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -26,7 +26,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3