From 6d510e4e704ef679f06196516f5b956db6376c93 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 2 Aug 2017 22:17:22 -0400 Subject: [PATCH] Made it no longer public knowledge that any sort of Typer is involved in being a ZX80/81. --- Machines/ZX8081/ZX8081.cpp | 1 + Machines/ZX8081/ZX8081.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/ZX8081/ZX8081.cpp b/Machines/ZX8081/ZX8081.cpp index 49fbfec80..f209a8ae1 100644 --- a/Machines/ZX8081/ZX8081.cpp +++ b/Machines/ZX8081/ZX8081.cpp @@ -13,6 +13,7 @@ #include "../../Storage/Tape/Parsers/ZX8081.hpp" #include "../MemoryFuzzer.hpp" +#include "../Typer.hpp" #include "Video.hpp" diff --git a/Machines/ZX8081/ZX8081.hpp b/Machines/ZX8081/ZX8081.hpp index d59d27bf8..bef4d17d5 100644 --- a/Machines/ZX8081/ZX8081.hpp +++ b/Machines/ZX8081/ZX8081.hpp @@ -11,7 +11,6 @@ #include "../ConfigurationTarget.hpp" #include "../CRTMachine.hpp" -#include "../Typer.hpp" namespace ZX8081 {