diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-08 00:23:55 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-08 00:23:55 +0000 |
commit | a4306ab7d8473e6ba6e762a1eff29a636a589c61 (patch) | |
tree | 047386596aafe5d8890ba1ff657e808932f8d1d1 /sys/dev/pci/musycc.c | |
parent | b1315fc8adcfaf96e97588fc9cfdf893743be325 (diff) |
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/musycc.c')
-rw-r--r-- | sys/dev/pci/musycc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/musycc.c b/sys/dev/pci/musycc.c index 122539adcdf..d641ac96164 100644 --- a/sys/dev/pci/musycc.c +++ b/sys/dev/pci/musycc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: musycc.c,v 1.19 2008/09/18 09:06:27 chl Exp $ */ +/* $OpenBSD: musycc.c,v 1.20 2010/04/08 00:23:53 tedu Exp $ */ /* * Copyright (c) 2004,2005 Internet Business Solutions AG, Zurich, Switzerland @@ -26,7 +26,6 @@ #include <sys/limits.h> #include <sys/malloc.h> #include <sys/mbuf.h> -#include <sys/proc.h> #include <sys/socket.h> #include <sys/syslog.h> #include <sys/systm.h> |