diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-08 15:47:58 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-08 15:47:58 +0200 |
commit | 214ddee2f5e3dc1c8d180a51ac3f8f9dae46cbc8 (patch) | |
tree | aa613abe62a47fdc868655a88f07c75deca1539c /src/Stats.cxx | |
parent | 973c87b351b31961a51b6ea9afc4bea0872565ad (diff) |
util/Time*: move to time/
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r-- | src/Stats.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index b8773d6f0..2bf4458fc 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -28,7 +28,7 @@ #include "db/Stats.hxx" #include "system/Clock.hxx" #include "Log.hxx" -#include "util/ChronoUtil.hxx" +#include "time/ChronoUtil.hxx" #include <chrono> #include <cmath> |