summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860.c
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2013-08-07 01:06:44 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2013-08-07 01:06:44 +0000
commit0218a1a17ef339c99f12fa9f4e8ff673dce0a2f1 (patch)
treed134999149e26f73ce4c9969d544e68bdca8f84f /sys/dev/ic/rt2860.c
parent63da54dd0f48b32cdce901a5fed8d4f464e65cae (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/rt2860.c')
-rw-r--r--sys/dev/ic/rt2860.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c
index 23ae47b0b30..ff3a8c7d7f6 100644
--- a/sys/dev/ic/rt2860.c
+++ b/sys/dev/ic/rt2860.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860.c,v 1.69 2013/08/01 09:17:02 kettenis Exp $ */
+/* $OpenBSD: rt2860.c,v 1.70 2013/08/07 01:06:30 bluhm Exp $ */
/*-
* Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -50,7 +50,6 @@
#include <netinet/in.h>
#include <netinet/in_systm.h>
-#include <netinet/in_var.h>
#include <netinet/if_ether.h>
#include <netinet/ip.h>