summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_txp.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 20:03:50 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 20:03:50 +0000
commit4b1b64bcfe2f99bcd0b8036c2b20ad5ec9c1b004 (patch)
tree195dc229557916773d6708b0b00fcd651723fdfd /sys/dev/pci/if_txp.c
parentc2e1d74226b20206e9e33c41723486628cdeb3a1 (diff)
remove redundant vm includes
Diffstat (limited to 'sys/dev/pci/if_txp.c')
-rw-r--r--sys/dev/pci/if_txp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c
index 6e6dcd6f79d..3237ddab9f3 100644
--- a/sys/dev/pci/if_txp.c
+++ b/sys/dev/pci/if_txp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_txp.c,v 1.49 2001/08/10 15:58:49 jason Exp $ */
+/* $OpenBSD: if_txp.c,v 1.50 2001/08/12 20:03:49 mickey Exp $ */
/*
* Copyright (c) 2001
@@ -74,9 +74,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>