summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-22 13:12:13 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-22 13:12:13 +0000
commite2513aea83cf43630d91b6fdc9770625a609d2c8 (patch)
tree3d8e5867511be3ed5c20e602462cb6a43d6c4eb6 /sys/dev/ic/acx.c
parent463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff)
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/ic/acx.c')
-rw-r--r--sys/dev/ic/acx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c
index 4103e850fa6..8b73df6db95 100644
--- a/sys/dev/ic/acx.c
+++ b/sys/dev/ic/acx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx.c,v 1.103 2014/07/12 18:48:17 tedu Exp $ */
+/* $OpenBSD: acx.c,v 1.104 2014/07/22 13:12:11 mpi Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -115,9 +115,7 @@
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/if_ether.h>
-#include <netinet/ip.h>
#endif
#include <net80211/ieee80211_var.h>