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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user