no need to include uvm/uvm.h twice
authormartin <martin@openbsd.org>
Sat, 30 Aug 2008 18:58:24 +0000 (18:58 +0000)
committermartin <martin@openbsd.org>
Sat, 30 Aug 2008 18:58:24 +0000 (18:58 +0000)
sys/arch/vax/vax/pmap.c

index 79dff3b..e77c81d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pmap.c,v 1.47 2008/08/18 23:19:29 miod Exp $ */
+/*     $OpenBSD: pmap.c,v 1.48 2008/08/30 18:58:24 martin Exp $ */
 /*     $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $      */
 /*
  * Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden.
@@ -57,8 +57,6 @@
 #include <machine/scb.h>
 #include <machine/rpb.h>
 
-#include <uvm/uvm.h>
-
 /* QDSS console mapping hack */
 #include "qd.h"
 void   qdearly(void);