diff options
Diffstat (limited to 'sys/arch/pmax/dev/ims332.c')
-rw-r--r-- | sys/arch/pmax/dev/ims332.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/pmax/dev/ims332.c b/sys/arch/pmax/dev/ims332.c index 83abb3f9b63..66a144fead9 100644 --- a/sys/arch/pmax/dev/ims332.c +++ b/sys/arch/pmax/dev/ims332.c @@ -1,4 +1,4 @@ -/* $NetBSD: ims332.c,v 1.2.4.1 1996/09/09 20:16:32 thorpej Exp $ */ +/* $NetBSD: ims332.c,v 1.4 1996/10/13 13:13:57 jonathan Exp $ */ /*- * Copyright (c) 1992, 1993, 1995 @@ -48,7 +48,6 @@ #include <machine/fbio.h> #include <machine/fbvar.h> -#include <machine/machConst.h> #include <pmax/dev/ims332.h> static u_int ims332_read_register (struct fbinfo *, int); |