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/pf.c | |
parent | 78614bd3e23a8c55cdf421a86afdf6cd3b32c4dc (diff) |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/net/pf.c')
-rw-r--r-- | sys/net/pf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 247d6c63ddd..a5d9aadbf33 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.882 2014/07/13 16:58:43 bluhm Exp $ */ +/* $OpenBSD: pf.c,v 1.883 2014/07/22 11:06:09 mpi Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -62,7 +62,6 @@ #include <net/radix_mpath.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/tcp.h> |