summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-12-02 08:03:01 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-12-02 08:03:01 +0000
commit7aeacebde1a0f818976e3cc2b877cef62764e523 (patch)
treedd523314e269b899ae5da3d79b31f2f7ab78d63a /sys
parenta15002356e1b27e08365da9d2b0f115afd50b4d1 (diff)
Remove forward declarations that are no longer needed, times and APIs are
changing.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_var.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 848cdd0fb9f..85dde1fc6f8 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_var.h,v 1.59 2015/11/27 15:00:12 mpi Exp $ */
+/* $OpenBSD: if_var.h,v 1.60 2015/12/02 08:03:00 mpi Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -68,15 +68,10 @@
#include <sys/time.h>
-struct proc;
struct rtentry;
-struct socket;
struct timeout;
-struct ether_header;
struct arpcom;
-struct rt_addrinfo;
struct ifnet;
-struct hfsc_if;
struct task;
/*