diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 13:12:13 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 13:12:13 +0000 |
commit | e2513aea83cf43630d91b6fdc9770625a609d2c8 (patch) | |
tree | 3d8e5867511be3ed5c20e602462cb6a43d6c4eb6 /sys/dev/ic/dc.c | |
parent | 463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff) |
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/ic/dc.c')
-rw-r--r-- | sys/dev/ic/dc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c index f87d8dc15e5..dfcb5cca5f3 100644 --- a/sys/dev/ic/dc.c +++ b/sys/dev/ic/dc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.133 2014/07/12 18:48:17 tedu Exp $ */ +/* $OpenBSD: dc.c,v 1.134 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -107,12 +107,8 @@ #include <net/if_dl.h> #include <net/if_types.h> -#ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> -#endif #include <net/if_media.h> |