system/PeriodClock: move to time/

This commit is contained in:
Max Kellermann 2023-03-07 12:07:31 +01:00
parent 815b248990
commit d45994268f
4 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#pragma once #pragma once
#include "system/PeriodClock.hxx" #include "time/PeriodClock.hxx"
class MultipleOutputs; class MultipleOutputs;
class BufferedOutputStream; class BufferedOutputStream;

View File

@ -9,7 +9,7 @@
#include "thread/Thread.hxx" #include "thread/Thread.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"
#include "system/PeriodClock.hxx" #include "time/PeriodClock.hxx"
#include <cstdint> #include <cstdint>
#include <exception> #include <exception>

View File

@ -15,7 +15,7 @@
#include "../Error.hxx" #include "../Error.hxx"
#include "mixer/plugins/AlsaMixerPlugin.hxx" #include "mixer/plugins/AlsaMixerPlugin.hxx"
#include "pcm/Export.hxx" #include "pcm/Export.hxx"
#include "system/PeriodClock.hxx" #include "time/PeriodClock.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"
#include "util/Manual.hxx" #include "util/Manual.hxx"