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_ste.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_ste.c')
| -rw-r--r-- | sys/dev/pci/if_ste.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index 8dd665c8936..b3041206c93 100644 --- a/sys/dev/pci/if_ste.c +++ b/sys/dev/pci/if_ste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ste.c,v 1.12 2001/06/27 06:34:49 kjc Exp $ */ +/* $OpenBSD: if_ste.c,v 1.13 2001/08/12 20:03:49 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -65,7 +65,6 @@ #endif #include <vm/vm.h> /* for vtophys */ -#include <vm/pmap.h> /* for vtophys */ #include <sys/device.h> |
