system/PeriodClock: move to time/
This commit is contained in:
parent
815b248990
commit
d45994268f
|
@ -3,7 +3,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "system/PeriodClock.hxx"
|
||||
#include "time/PeriodClock.hxx"
|
||||
|
||||
class MultipleOutputs;
|
||||
class BufferedOutputStream;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "thread/Thread.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
#include "system/PeriodClock.hxx"
|
||||
#include "time/PeriodClock.hxx"
|
||||
|
||||
#include <cstdint>
|
||||
#include <exception>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "../Error.hxx"
|
||||
#include "mixer/plugins/AlsaMixerPlugin.hxx"
|
||||
#include "pcm/Export.hxx"
|
||||
#include "system/PeriodClock.hxx"
|
||||
#include "time/PeriodClock.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
#include "util/Manual.hxx"
|
||||
|
|
Loading…
Reference in New Issue