diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 11:06:11 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 11:06:11 +0000 |
commit | 463cdf6bf369160c154699de2413b4bc0bc6cd6f (patch) | |
tree | 320c3e9401f237a0fc46f97d6bdc3c0208b7edfb /sys/netinet/ip_ecn.c | |
parent | 78614bd3e23a8c55cdf421a86afdf6cd3b32c4dc (diff) |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/netinet/ip_ecn.c')
-rw-r--r-- | sys/netinet/ip_ecn.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 1c08f9514c7..aed51e08e84 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ecn.c,v 1.5 2012/03/15 16:37:11 markus Exp $ */ +/* $OpenBSD: ip_ecn.c,v 1.6 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: ip_ecn.c,v 1.9 2000/10/01 12:44:48 itojun Exp $ */ /* @@ -41,7 +41,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #endif |