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/pcmcia | |
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/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_an_pcmcia.c | 4 |
1 files changed, 2 insertions, 2 deletions
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> |