summaryrefslogtreecommitdiff
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-12 23:18:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-12 23:18:11 +0000
commiteb74db7730a9b52daa1d4a10b6117c7aee2f07fd (patch)
tree3237d6735a43565e204f380d5a2c9f72918ba655 /sys/net/if_var.h
parent8cccb4c85ce8bbff92596de8fb16b579f5ea4c3a (diff)
remove unneeded time.h include
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index db48e5ff7ea..b850c8f7fba 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_var.h,v 1.132 2023/12/23 10:52:54 bluhm Exp $ */
+/* $OpenBSD: if_var.h,v 1.133 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>