diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-17 15:50:07 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-17 15:50:07 +0000 |
commit | 86b04947df2044d61ca3706911cbc2d147d3ea22 (patch) | |
tree | e72090452561579a3fcc208ce419c7bb36f5a120 /sys | |
parent | 7419ebafaf85f46784c69bc682be23a9668a28be (diff) |
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Remove these include line also from the sgi/hpc
driver which I have forgotten in my last commit.
test jsing@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/hpc/if_sq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/hpc/if_sq.c b/sys/arch/sgi/hpc/if_sq.c index c760ac3dab4..71b06142ed9 100644 --- a/sys/arch/sgi/hpc/if_sq.c +++ b/sys/arch/sgi/hpc/if_sq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sq.c,v 1.8 2012/05/28 17:03:35 miod Exp $ */ +/* $OpenBSD: if_sq.c,v 1.9 2013/08/17 15:50:06 bluhm Exp $ */ /* $NetBSD: if_sq.c,v 1.42 2011/07/01 18:53:47 dyoung Exp $ */ /* @@ -57,7 +57,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif |