diff options
Diffstat (limited to 'sys/dev/usb/if_cue.c')
-rw-r--r-- | sys/dev/usb/if_cue.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index 96657878929..31d10e658af 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cue.c,v 1.31 2006/06/23 06:27:11 miod Exp $ */ +/* $OpenBSD: if_cue.c,v 1.32 2007/02/11 20:29:22 miod Exp $ */ /* $NetBSD: if_cue.c,v 1.40 2002/07/11 21:14:26 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -56,14 +56,7 @@ * Ported to NetBSD and somewhat rewritten by Lennart Augustsson. */ -#if defined(__NetBSD__) -#include "opt_inet.h" -#include "opt_ns.h" -#include "bpfilter.h" -#include "rnd.h" -#elif defined(__OpenBSD__) #include "bpfilter.h" -#endif /* defined(__OpenBSD__) */ #include <sys/param.h> #include <sys/systm.h> |