mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-02 20:30:28 +00:00
Remove dangling LOG_PREFIXs.
This commit is contained in:
parent
0c2a4f442e
commit
b08c7f8b68
@ -10,9 +10,6 @@
|
||||
|
||||
#include "Flags.hpp"
|
||||
|
||||
#define LOG_PREFIX "[Audio] "
|
||||
#include "../../Outputs/Log.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include <tuple>
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include "DMAController.hpp"
|
||||
|
||||
#define LOG_PREFIX "[DMA] "
|
||||
#include "../../../Outputs/Log.hpp"
|
||||
|
||||
#include <cstdio>
|
||||
|
@ -24,7 +24,6 @@
|
||||
// just grab the CPC's version of an FDC.
|
||||
#include "../../AmstradCPC/FDC.hpp"
|
||||
|
||||
#define LOG_PREFIX "[Spectrum] "
|
||||
#include "../../../Outputs/Log.hpp"
|
||||
|
||||
#include "../../../Outputs/Speaker/Implementation/CompoundSource.hpp"
|
||||
|
@ -12,8 +12,6 @@
|
||||
|
||||
#include "../../Analyser/Static/ZXSpectrum/Target.hpp"
|
||||
#include "../../Machines/Sinclair/ZXSpectrum/State.hpp"
|
||||
|
||||
#define LOG_PREFIX "[SZX] "
|
||||
#include "../../Outputs/Log.hpp"
|
||||
|
||||
#include <zlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user