summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/xcfb.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-09 21:30:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-09 21:30:02 +0000
commit86ecdd3a4b9f4b388cb5ac424a12b06abf8e778b (patch)
tree34e0e403f050fc6eb7f602192c21c6fcd30fa0f7 /sys/arch/pmax/dev/xcfb.c
parentb39c3716a3a2853069590a450ef0495dfe8a8d41 (diff)
#include <pmax/foo.h> -> #include <machine/foo.h>
Diffstat (limited to 'sys/arch/pmax/dev/xcfb.c')
-rw-r--r--sys/arch/pmax/dev/xcfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/xcfb.c b/sys/arch/pmax/dev/xcfb.c
index d2f9e6103e1..e51d8d9a1ae 100644
--- a/sys/arch/pmax/dev/xcfb.c
+++ b/sys/arch/pmax/dev/xcfb.c
@@ -105,7 +105,7 @@ xcfb needs dtop device
#include <sys/device.h>
#include <dev/tc/tcvar.h>
#include <machine/autoconf.h>
-#include <pmax/cpuregs.h> /* mips cached->uncached */
+#include <machine/cpuregs.h> /* mips cached->uncached */
#include <machine/pmioctl.h>
#include <machine/fbio.h>