diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-17 05:37:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-17 05:37:55 +0000 |
commit | d3ed15f0cba3ee2da5d71600286fdf4fda037041 (patch) | |
tree | fbfe84bc61ea238fdd58d1cb5f2adc29f05af01f | |
parent | cbf9c9f76a1166bea2f5ec3d522d0f50dbb7db9f (diff) |
remove unneeded task.h include, missed in rev 1.67
-rw-r--r-- | sys/netinet6/nd6.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index b65fad00977..dd5b08a13d2 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6.h,v 1.100 2024/07/14 18:53:39 bluhm Exp $ */ +/* $OpenBSD: nd6.h,v 1.101 2024/10/17 05:37:54 jsg Exp $ */ /* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */ /* @@ -33,8 +33,6 @@ #ifndef _NETINET6_ND6_H_ #define _NETINET6_ND6_H_ -#include <sys/task.h> - #define ND6_LLINFO_PURGE -3 #define ND6_LLINFO_NOSTATE -2 #define ND6_LLINFO_INCOMPLETE 0 |