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/netmpls/mpls_input.c | |
parent | 78614bd3e23a8c55cdf421a86afdf6cd3b32c4dc (diff) |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/netmpls/mpls_input.c')
-rw-r--r-- | sys/netmpls/mpls_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netmpls/mpls_input.c b/sys/netmpls/mpls_input.c index 46ca07e541b..768de856e5e 100644 --- a/sys/netmpls/mpls_input.c +++ b/sys/netmpls/mpls_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls_input.c,v 1.37 2013/10/24 11:31:43 mpi Exp $ */ +/* $OpenBSD: mpls_input.c,v 1.38 2014/07/22 11:06:10 mpi Exp $ */ /* * Copyright (c) 2008 Claudio Jeker <claudio@openbsd.org> @@ -30,7 +30,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/ip_icmp.h> |