From 20a02422e745f47035181a1706f8ca625588eca4 Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Wed, 10 Mar 2021 22:43:24 +0000 Subject: [PATCH] Removed extraneous header include from wgt03.c --- part12-wgt/examples/wgt03.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/part12-wgt/examples/wgt03.c b/part12-wgt/examples/wgt03.c index 8bbecbc..a533cd2 100644 --- a/part12-wgt/examples/wgt03.c +++ b/part12-wgt/examples/wgt03.c @@ -1,5 +1,4 @@ #include "wgt.h" -#include "include/mem.h" #include "include/mb.h" // ######## REQUIRED FUNCTIONS ######## @@ -165,7 +164,6 @@ void timer_routine (void) void wgt03() { - mem_init(); vga256 (); /* Initialize WGT system */ debugstr ("WGT Example #3"); debugcrlf(); debugcrlf();