diff options
author | 2013-03-28 16:45:16 +0000 | |
---|---|---|
committer | 2013-03-28 16:45:16 +0000 | |
commit | 1a83ae4238fb52a588d296f62e049544e09809cf (patch) | |
tree | 82a874ef8ce58cb6f6103d5aa4952c93b52999e3 /sys/net/pf_lb.c | |
parent | switch to the new resolver implementation. (diff) | |
download | wireguard-openbsd-1a83ae4238fb52a588d296f62e049544e09809cf.tar.xz wireguard-openbsd-1a83ae4238fb52a588d296f62e049544e09809cf.zip |
no need for a lot of code to include proc.h
Diffstat (limited to 'sys/net/pf_lb.c')
-rw-r--r-- | sys/net/pf_lb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c index d129a54eaf6..303ebc601fd 100644 --- a/sys/net/pf_lb.c +++ b/sys/net/pf_lb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_lb.c,v 1.24 2012/12/29 14:59:52 markus Exp $ */ +/* $OpenBSD: pf_lb.c,v 1.25 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -49,7 +49,6 @@ #include <sys/kernel.h> #include <sys/time.h> #include <sys/pool.h> -#include <sys/proc.h> #include <sys/rwlock.h> #include <sys/syslog.h> #include <sys/stdint.h> |