mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-15 20:31:36 +00:00
Update further path references.
This commit is contained in:
parent
b63ca16ce2
commit
814c057570
@ -9,8 +9,8 @@
|
|||||||
#ifndef Machines_ZX8081_Keyboard_hpp
|
#ifndef Machines_ZX8081_Keyboard_hpp
|
||||||
#define Machines_ZX8081_Keyboard_hpp
|
#define Machines_ZX8081_Keyboard_hpp
|
||||||
|
|
||||||
#include "../KeyboardMachine.hpp"
|
#include "../../KeyboardMachine.hpp"
|
||||||
#include "../Utility/Typer.hpp"
|
#include "../../Utility/Typer.hpp"
|
||||||
|
|
||||||
namespace ZX8081 {
|
namespace ZX8081 {
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
#ifndef Machines_ZX8081_Video_hpp
|
#ifndef Machines_ZX8081_Video_hpp
|
||||||
#define Machines_ZX8081_Video_hpp
|
#define Machines_ZX8081_Video_hpp
|
||||||
|
|
||||||
#include "../../Outputs/CRT/CRT.hpp"
|
#include "../../../Outputs/CRT/CRT.hpp"
|
||||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||||
|
|
||||||
namespace ZX8081 {
|
namespace ZX8081 {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user