summaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-28 16:45:17 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-28 16:45:17 +0000
commit790854fc3969b4dc1105915a4009f802424b68fb (patch)
tree9b30fd816d14a1b1d42275a3bab27642c53640fc /sys/net/if.c
parent811f86757c475318d1797df83c9d2ec239db219c (diff)
no need for a lot of code to include proc.h
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 6ee536f7ed9..161a7f76a86 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.254 2013/03/28 12:06:55 mpi Exp $ */
+/* $OpenBSD: if.c,v 1.255 2013/03/28 16:45:16 tedu Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -73,7 +73,6 @@
#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/pool.h>
-#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/protosw.h>