1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-23 20:29:42 +00:00

Update further path references.

This commit is contained in:
Thomas Harte 2021-03-17 22:46:25 -04:00
parent b63ca16ce2
commit 814c057570
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
#ifndef Machines_ZX8081_Keyboard_hpp
#define Machines_ZX8081_Keyboard_hpp
#include "../KeyboardMachine.hpp"
#include "../Utility/Typer.hpp"
#include "../../KeyboardMachine.hpp"
#include "../../Utility/Typer.hpp"
namespace ZX8081 {

View File

@ -9,8 +9,8 @@
#ifndef Machines_ZX8081_Video_hpp
#define Machines_ZX8081_Video_hpp
#include "../../Outputs/CRT/CRT.hpp"
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "../../../Outputs/CRT/CRT.hpp"
#include "../../../ClockReceiver/ClockReceiver.hpp"
namespace ZX8081 {