summaryrefslogtreecommitdiff
path: root/src/Stats.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-08 15:47:58 +0200
committerMax Kellermann <max@musicpd.org>2019-05-08 15:47:58 +0200
commit214ddee2f5e3dc1c8d180a51ac3f8f9dae46cbc8 (patch)
treeaa613abe62a47fdc868655a88f07c75deca1539c /src/Stats.cxx
parent973c87b351b31961a51b6ea9afc4bea0872565ad (diff)
util/Time*: move to time/
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r--src/Stats.cxx2
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>