From ef1cd6d4df4beb5cf7aef5273d04cc00f4f3a59b Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Fri, 12 Mar 2021 13:39:23 +0000 Subject: [PATCH] Removed extraneous header from font.c --- part12-wgt/font.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/part12-wgt/font.c b/part12-wgt/font.c index 0bb807e..ed1a074 100644 --- a/part12-wgt/font.c +++ b/part12-wgt/font.c @@ -1,5 +1,3 @@ -#include "wgt.h" - unsigned char vgafont[224][8] = { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // U+0000 (nul) { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // U+0001