diff options
author | bde <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
commit | fb826377ffc6b723d16bad73fa1b409c899e426b (patch) | |
tree | 3bad2b19f3a85a6c361105915e12314ccc230374 /sys/netinet/if_ether.c | |
parent | 5a1ca03129e88f784641226591a7e131195542e3 (diff) | |
download | FreeBSD-src-fb826377ffc6b723d16bad73fa1b409c899e426b.zip FreeBSD-src-fb826377ffc6b723d16bad73fa1b409c899e426b.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r-- | sys/netinet/if_ether.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index c02abc0..5ae5ee3 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ether.c,v 1.39 1997/02/22 09:41:24 peter Exp $ + * $Id: if_ether.c,v 1.40 1997/05/14 16:39:52 tegge Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/sysctl.h> -#include <sys/queue.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/malloc.h> |