diff options
Diffstat (limited to 'sys/net/if_gre.c')
-rw-r--r-- | sys/net/if_gre.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 3782982050c..909d063f8a2 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gre.c,v 1.60 2013/03/28 00:32:11 bluhm Exp $ */ +/* $OpenBSD: if_gre.c,v 1.61 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -45,7 +45,6 @@ #include "pf.h" #include <sys/param.h> -#include <sys/proc.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/sockio.h> |