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
+1 -1
View File
@@ -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>