diff options
Diffstat (limited to 'sys/dev/ic/ar9003.c')
-rw-r--r-- | sys/dev/ic/ar9003.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/ar9003.c b/sys/dev/ic/ar9003.c index e0ec780f740..ac50ecb5ba2 100644 --- a/sys/dev/ic/ar9003.c +++ b/sys/dev/ic/ar9003.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9003.c,v 1.29 2014/07/13 23:10:23 deraadt Exp $ */ +/* $OpenBSD: ar9003.c,v 1.30 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -51,9 +51,7 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/if_ether.h> -#include <netinet/ip.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_amrr.h> |