diff options
Diffstat (limited to 'sys/arch/hp300/stand/common/ite_rb.c')
-rw-r--r-- | sys/arch/hp300/stand/common/ite_rb.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/hp300/stand/common/ite_rb.c b/sys/arch/hp300/stand/common/ite_rb.c index 1901915d5c1..4c346f9fd5e 100644 --- a/sys/arch/hp300/stand/common/ite_rb.c +++ b/sys/arch/hp300/stand/common/ite_rb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ite_rb.c,v 1.3 2003/06/02 23:27:46 millert Exp $ */ +/* $OpenBSD: ite_rb.c,v 1.4 2005/01/19 17:09:30 miod Exp $ */ /* $NetBSD: ite_rb.c,v 1.8 1996/03/03 04:23:38 thorpej Exp $ */ /* @@ -46,10 +46,8 @@ #include <sys/param.h> #include "itevar.h" - -#include <hp300/dev/itereg.h> - -#include <hp300/dev/grf_rbreg.h> +#include "itereg.h" +#include "grf_rbreg.h" #define REGBASE ((struct rboxfb *)(ip->regbase)) #define WINDOWMOVER rbox_windowmove |