summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-28 03:58:04 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-28 03:58:04 +0000
commitc7aa71a6d5e9cb8faef802d488c68bf2e6358d1b (patch)
treefbb2c7bf2e2955c519611a3e0b07fd4bb22fcc22 /sys/dev/usb/if_aue.c
parent4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (diff)
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r--sys/dev/usb/if_aue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index a44f37f69f0..684f78f1ed9 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_aue.c,v 1.85 2011/07/03 15:47:17 matthew Exp $ */
+/* $OpenBSD: if_aue.c,v 1.86 2013/03/28 03:58:03 tedu Exp $ */
/* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -85,7 +85,6 @@
#include <sys/rwlock.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/device.h>