From 2f2071be8a17e6f2fb4152f2636e108640cf612d Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 2 Aug 2017 22:18:30 -0400 Subject: [PATCH] These should actually both be in the public header, as the types are used in an exposed method. --- Machines/ZX8081/ZX8081.cpp | 3 --- Machines/ZX8081/ZX8081.hpp | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Machines/ZX8081/ZX8081.cpp b/Machines/ZX8081/ZX8081.cpp index f209a8ae1..52b2c8d9e 100644 --- a/Machines/ZX8081/ZX8081.cpp +++ b/Machines/ZX8081/ZX8081.cpp @@ -17,9 +17,6 @@ #include "Video.hpp" -#include -#include - namespace { // The clock rate is 3.25Mhz. const unsigned int ZX8081ClockRate = 3250000; diff --git a/Machines/ZX8081/ZX8081.hpp b/Machines/ZX8081/ZX8081.hpp index bef4d17d5..23fb01e9e 100644 --- a/Machines/ZX8081/ZX8081.hpp +++ b/Machines/ZX8081/ZX8081.hpp @@ -12,6 +12,9 @@ #include "../ConfigurationTarget.hpp" #include "../CRTMachine.hpp" +#include +#include + namespace ZX8081 { enum ROMType: uint8_t {