diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-13 15:52:50 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-13 15:52:50 +0000 |
commit | 9a5fd7449d7b77242e1885e4aef5c37ee696abb7 (patch) | |
tree | 4c507934afc67d76140d09b372fb1338ab339547 /sys/dev/usb/if_mos.c | |
parent | 677d849d8b1dadde5197248774b8116dc7a148c4 (diff) |
No need for <netinet/in_systm.h> here.
Diffstat (limited to 'sys/dev/usb/if_mos.c')
-rw-r--r-- | sys/dev/usb/if_mos.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/if_mos.c b/sys/dev/usb/if_mos.c index e70e5d18b8b..bfe6c7b232a 100644 --- a/sys/dev/usb/if_mos.c +++ b/sys/dev/usb/if_mos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mos.c,v 1.25 2014/07/12 07:59:23 mpi Exp $ */ +/* $OpenBSD: if_mos.c,v 1.26 2014/07/13 15:52:49 mpi Exp $ */ /* * Copyright (c) 2008 Johann Christian Rode <jcrode@gmx.net> @@ -92,12 +92,8 @@ #include <net/bpf.h> #endif -#ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> -#endif #include <dev/mii/mii.h> #include <dev/mii/miivar.h> |