diff options
| author | gmcgarry <gmcgarry@NetBSD.org> | 2001-07-01 01:50:05 +0000 |
|---|---|---|
| committer | gmcgarry <gmcgarry@NetBSD.org> | 2001-07-01 01:50:05 +0000 |
| commit | a48df4b3553874890a91a088fca0e0e7119430a6 (patch) | |
| tree | 48022ff780f494d5c9f0744c4e49084b9272e007 /sys/dev | |
| parent | a193512e18a90c9178157acbe2cbdf9dcf616916 (diff) | |
Garbage-collect unneeded rnd.h include.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/if_we_isa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_we_isa.c b/sys/dev/isa/if_we_isa.c index 180934da148..923a8da6c43 100644 --- a/sys/dev/isa/if_we_isa.c +++ b/sys/dev/isa/if_we_isa.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_we_isa.c,v 1.1 2001/03/23 17:34:42 jdolecek Exp $ */ +/* $NetBSD: if_we_isa.c,v 1.2 2001/07/01 01:50:05 gmcgarry Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -58,7 +58,6 @@ #include "opt_inet.h" #include "opt_ns.h" #include "bpfilter.h" -#include "rnd.h" #include <sys/param.h> #include <sys/systm.h> |
