diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-04-21 21:07:48 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-04-21 21:07:48 +0000 |
commit | dc0116c32e66edfc72e9cf2762abd20e56a59bd2 (patch) | |
tree | 77f486e33176756f9fca4e92a8a42661612f9236 /sys/dev/usb | |
parent | b563ace3abb30685ae4e3771bc3646753b68812b (diff) |
sys/sysctl.h is not needed here. OK deraadt@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/ueagle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ueagle.c b/sys/dev/usb/ueagle.c index c10cf1d4f4e..64f7b5afa7c 100644 --- a/sys/dev/usb/ueagle.c +++ b/sys/dev/usb/ueagle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ueagle.c,v 1.24 2009/10/13 19:33:17 pirofti Exp $ */ +/* $OpenBSD: ueagle.c,v 1.25 2010/04/21 21:07:47 claudio Exp $ */ /*- * Copyright (c) 2003-2006 @@ -25,7 +25,6 @@ #include "bpfilter.h" #include <sys/param.h> -#include <sys/sysctl.h> #include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/kernel.h> |