diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:33:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:33:51 +0000 |
commit | ec3327fe4e57dff3e01a8e146661d960f16a8bae (patch) | |
tree | 5102f28ece84eba889d16dbd88276806ae39e494 /sys/dev/pci/if_wxvar.h | |
parent | 4fa868dc108c5c4b4ac4786c269928fe57fab7ad (diff) |
absolutely no need to include vm_parm.h after vm.h
Diffstat (limited to 'sys/dev/pci/if_wxvar.h')
-rw-r--r-- | sys/dev/pci/if_wxvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wxvar.h b/sys/dev/pci/if_wxvar.h index f309cfbd0c0..e7cfdb32426 100644 --- a/sys/dev/pci/if_wxvar.h +++ b/sys/dev/pci/if_wxvar.h @@ -280,7 +280,6 @@ struct wxmdvar { #endif #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/vm_kern.h> #include <machine/bus.h> #include <machine/intr.h> |