diff options
author | 2001-08-12 20:03:48 +0000 | |
---|---|---|
committer | 2001-08-12 20:03:48 +0000 | |
commit | 0528e4312bc3a6ac37589f3d48f7bdf6b35b25e9 (patch) | |
tree | 4e24dccf8a9542184b3678c6e9c44c2b1c7073ae /sys/dev/pci/if_rl_pci.c | |
parent | make get_input_line more general (only affects wizard mode) (diff) | |
download | wireguard-openbsd-0528e4312bc3a6ac37589f3d48f7bdf6b35b25e9.tar.xz wireguard-openbsd-0528e4312bc3a6ac37589f3d48f7bdf6b35b25e9.zip |
remove redundant vm includes
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 74e0295dc25..047ad8ee906 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.2 2001/04/13 15:58:44 aaron Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.3 2001/08/12 20:03:49 mickey Exp $ */ /* * Copyright (c) 1997, 1998 @@ -63,9 +63,7 @@ #endif #include <vm/vm.h> /* for vtophys */ -#include <vm/pmap.h> /* for vtophys */ #include <vm/vm_kern.h> -#include <vm/vm_extern.h> #include <machine/bus.h> #include <dev/mii/mii.h> |