artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc786c
)
remove unneeded time.h include
author
jsg
<jsg@openbsd.org>
Sat, 12 Oct 2024 23:18:10 +0000
(23:18 +0000)
committer
jsg
<jsg@openbsd.org>
Sat, 12 Oct 2024 23:18:10 +0000
(23:18 +0000)
sys/net/if_var.h
patch
|
blob
|
history
diff --git
a/sys/net/if_var.h
b/sys/net/if_var.h
index
db48e5f
..
b850c8f
100644
(file)
--- a/
sys/net/if_var.h
+++ b/
sys/net/if_var.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_var.h,v 1.13
2 2023/12/23 10:52:54 bluhm Exp $
*/
+/* $OpenBSD: if_var.h,v 1.13
3 2024/10/12 23:18:10 jsg Exp $
*/
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@
-43,7
+43,6
@@
#include <sys/srp.h>
#include <sys/refcnt.h>
#include <sys/task.h>
-#include <sys/time.h>
#include <sys/timeout.h>
#include <net/ifq.h>