diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-09-13 14:15:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-09-13 14:15:34 +0000 |
commit | b389c6895aaace0ba5850cae6e3e95a8b94e4206 (patch) | |
tree | 5dcc20f862d52233f467f0ed1832b33e7b07ac38 /sys/dev | |
parent | 04242ca5001a00a034f5121d0344333e9961aef2 (diff) |
only include what is needed (tree.h) and not the whole metric assload of unrelated crap (mbuf.h)
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/if_an_isapnp.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_an_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_an_pcmcia.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/isa/if_an_isapnp.c b/sys/dev/isa/if_an_isapnp.c index e9de12f726b..e17a640353d 100644 --- a/sys/dev/isa/if_an_isapnp.c +++ b/sys/dev/isa/if_an_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_isapnp.c,v 1.5 2005/09/13 12:11:03 reyk Exp $ */ +/* $OpenBSD: if_an_isapnp.c,v 1.6 2005/09/13 14:15:33 mickey Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -31,7 +31,7 @@ #include <sys/device.h> #include <sys/timeout.h> #include <sys/socket.h> -#include <sys/mbuf.h> +#include <sys/tree.h> #include <net/if.h> #include <net/if_dl.h> diff --git a/sys/dev/pci/if_an_pci.c b/sys/dev/pci/if_an_pci.c index aab624edd18..d09988b8f3b 100644 --- a/sys/dev/pci/if_an_pci.c +++ b/sys/dev/pci/if_an_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_pci.c,v 1.12 2005/09/13 12:11:03 reyk Exp $ */ +/* $OpenBSD: if_an_pci.c,v 1.13 2005/09/13 14:15:33 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -59,7 +59,7 @@ #include <sys/device.h> #include <sys/timeout.h> #include <sys/socket.h> -#include <sys/mbuf.h> +#include <sys/tree.h> #include <net/if.h> #include <net/if_dl.h> diff --git a/sys/dev/pcmcia/if_an_pcmcia.c b/sys/dev/pcmcia/if_an_pcmcia.c index 3389b218d25..54e5d8af9f1 100644 --- a/sys/dev/pcmcia/if_an_pcmcia.c +++ b/sys/dev/pcmcia/if_an_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_pcmcia.c,v 1.15 2005/09/13 12:11:04 reyk Exp $ */ +/* $OpenBSD: if_an_pcmcia.c,v 1.16 2005/09/13 14:15:33 mickey Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -31,7 +31,7 @@ #include <sys/device.h> #include <sys/timeout.h> #include <sys/socket.h> -#include <sys/mbuf.h> +#include <sys/tree.h> #include <net/if.h> #include <net/if_dl.h> |