1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Eliminate file-relative paths.

This commit is contained in:
Thomas Harte
2025-02-28 12:30:25 -05:00
parent 091d19caf5
commit 0823fc32fe
143 changed files with 609 additions and 610 deletions
+3 -2
View File
@@ -6,12 +6,13 @@
// Copyright 2017 Thomas Harte. All rights reserved.
//
#include "../9918.hpp"
#include "Components/9918/9918.hpp"
#include "Outputs/Log.hpp"
#include <cassert>
#include <cstring>
#include <cstdlib>
#include "../../../Outputs/Log.hpp"
using namespace TI::TMS;
+3 -3
View File
@@ -10,9 +10,9 @@
#include "ClockConverter.hpp"
#include "../../../ClockReceiver/ClockReceiver.hpp"
#include "../../../Numeric/BitReverse.hpp"
#include "../../../Outputs/CRT/CRT.hpp"
#include "ClockReceiver/ClockReceiver.hpp"
#include "Numeric/BitReverse.hpp"
#include "Outputs/CRT/CRT.hpp"
#include "AccessEnums.hpp"
#include "LineBuffer.hpp"