diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-27 02:00:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-27 02:00:09 +0000 |
commit | be20be1289f28de3729145734ccf2dc34844d0ee (patch) | |
tree | abb1e6b5f3552bfab0c85f2b16e24fe4b2c80661 /sys/netmpls/mpls.h | |
parent | 1dff332eb327bc4899c905d32905dda90c6fb0f4 (diff) |
a little header cleanup. ok deraadt
Diffstat (limited to 'sys/netmpls/mpls.h')
-rw-r--r-- | sys/netmpls/mpls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netmpls/mpls.h b/sys/netmpls/mpls.h index 666ed0fdb32..a167b1f3399 100644 --- a/sys/netmpls/mpls.h +++ b/sys/netmpls/mpls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls.h,v 1.26 2013/03/26 13:19:26 mpi Exp $ */ +/* $OpenBSD: mpls.h,v 1.27 2013/03/27 02:00:08 tedu Exp $ */ /* * Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project. @@ -35,7 +35,6 @@ #include <sys/param.h> #include <sys/time.h> -#include <sys/proc.h> #include <sys/queue.h> #include <net/if.h> |