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/net/pipex.c | |
parent | 78614bd3e23a8c55cdf421a86afdf6cd3b32c4dc (diff) |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/net/pipex.c')
-rw-r--r-- | sys/net/pipex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pipex.c b/sys/net/pipex.c index dfd5cb332c5..657cd969558 100644 --- a/sys/net/pipex.c +++ b/sys/net/pipex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.c,v 1.54 2014/07/12 18:44:22 tedu Exp $ */ +/* $OpenBSD: pipex.c,v 1.55 2014/07/22 11:06:10 mpi Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -64,7 +64,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #ifdef INET6 |