diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-07 01:06:44 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-07 01:06:44 +0000 |
commit | 0218a1a17ef339c99f12fa9f4e8ff673dce0a2f1 (patch) | |
tree | d134999149e26f73ce4c9969d544e68bdca8f84f /sys/dev/ic/ar9285.c | |
parent | 63da54dd0f48b32cdce901a5fed8d4f464e65cae (diff) |
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@
Diffstat (limited to 'sys/dev/ic/ar9285.c')
-rw-r--r-- | sys/dev/ic/ar9285.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ar9285.c b/sys/dev/ic/ar9285.c index b0354da5333..d7652006a75 100644 --- a/sys/dev/ic/ar9285.c +++ b/sys/dev/ic/ar9285.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9285.c,v 1.19 2012/06/10 21:23:36 kettenis Exp $ */ +/* $OpenBSD: ar9285.c,v 1.20 2013/08/07 01:06:28 bluhm Exp $ */ /*- * Copyright (c) 2009-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> |