diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-05 22:54:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-05 22:54:41 +0000 |
commit | 82c9054db01bea39aedc303dfa9c7c979c214c38 (patch) | |
tree | 4f09915ec193855bf804ac125aff61bc1839b3a5 /sys | |
parent | c595e61fd42358e9f716f442ba8e764293f6823c (diff) |
Remove unneeded dependency on wscons_raster.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wscons/wscons_font8x16.c | 3 | ||||
-rw-r--r-- | sys/dev/wscons/wscons_gallant19.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/wscons/wscons_font8x16.c b/sys/dev/wscons/wscons_font8x16.c index 2cf825495ba..fb4dd561117 100644 --- a/sys/dev/wscons/wscons_font8x16.c +++ b/sys/dev/wscons/wscons_font8x16.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_font8x16.c,v 1.2 2001/02/11 23:23:14 fgsch Exp $ */ +/* $OpenBSD: wscons_font8x16.c,v 1.3 2004/06/05 22:54:40 miod Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -46,7 +46,6 @@ #include <sys/types.h> #include <dev/rcons/raster.h> -#include "dev/wscons/wscons_raster.h" static u_int32_t fontdata16_0_pixels[] = { /* 0x00 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, diff --git a/sys/dev/wscons/wscons_gallant19.c b/sys/dev/wscons/wscons_gallant19.c index 660ac1d9dea..c8eb476ec79 100644 --- a/sys/dev/wscons/wscons_gallant19.c +++ b/sys/dev/wscons/wscons_gallant19.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_gallant19.c,v 1.4 2003/06/02 23:28:04 millert Exp $ */ +/* $OpenBSD: wscons_gallant19.c,v 1.5 2004/06/05 22:54:40 miod Exp $ */ /* $NetBSD: wscons_rfont.h,v 1.1 1998/03/22 14:24:02 drochner Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/types.h> #include <dev/rcons/raster.h> -#include "dev/wscons/wscons_raster.h" static u_int32_t gallant19_32_pixels[] = { 0x00000000, |